diff --git a/crickets/src/main.cpp b/crickets/src/main.cpp
index 2c599e1..b737379 100755
--- a/crickets/src/main.cpp
+++ b/crickets/src/main.cpp
@@ -54,7 +54,7 @@
//=======================
//========================
-#define ID_KEY 128
+#define ID_KEY 123
//=======================
//========================
diff --git a/post.h b/post.h
index 2ce826f..962590e 100644
--- a/post.h
+++ b/post.h
@@ -45,6 +45,7 @@ struct AddressBook {
//roots
list.push_back(Address(0xB4, 0xE6, 0x2D, 0x37, 0x3B, 0x90, "root/osc"));
+ list.push_back(Address(0x68, 0xC6, 0x3A, 0xD7, 0x4D, 0x97, "root(2)/osc"));
//green suitcase
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB4, 0x47, "cricket/124"));
@@ -53,14 +54,19 @@ struct AddressBook {
//gastank
list.push_back(Address(0x84, 0xCC, 0xA8, 0xAA, 0x56, 0x11, "taak/150"));
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB7, 0xCC, "cricket/128"));
-
+
//testing
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB4, 0x28, "taak/157"));
//roundlys
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB4, 0x64, "roundly/2000"));
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB8, 0x1E, "roundly/2001"));
- //
+
+ //buoyflys
+ list.push_back(Address(0x80, 0x7D, 0x3A, 0x58, 0x80, 0x30, "cricket/121"));
+ list.push_back(Address(0x84, 0xCC, 0xA8, 0xAA, 0x4A, 0xCC, "cricket/122"));
+ list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB3, 0xD4, "cricket/123"));
+
}
//
AddressBook(String booktitle) {
@@ -73,6 +79,7 @@ struct AddressBook {
//
if (booktitle == "root") {
list.push_back(Address(0xB4, 0xE6, 0x2D, 0x37, 0x3B, 0x90, "root/osc"));
+ list.push_back(Address(0x68, 0xC6, 0x3A, 0xD7, 0x4D, 0x97, "root(2)/osc"));
}
}
private: