diff --git a/post.h b/post.h
index 23b5e1e..3fb2f7d 100644
--- a/post.h
+++ b/post.h
@@ -70,6 +70,12 @@ struct AddressBook {
//blue drummer
list.push_back(Address(0x98, 0xF4, 0xAB, 0xB3, 0xB4, 0xB8, "cricket/120"));
list.push_back(Address(0x84, 0xCC, 0xA8, 0xA3, 0x83, 0x80, "taak/154"));
+
+ //frog eyes
+ list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB7, 0xCF, "taak/151"));
+
+ //untitled - yet
+ list.push_back(Address(0x98, 0xF4, 0xAB, 0xB3, 0xB9, 0xB4, "taak/151"));
}
//
AddressBook(String booktitle) {
diff --git a/taak/src/main.cpp b/taak/src/main.cpp
index f77fa8d..711fa1c 100644
--- a/taak/src/main.cpp
+++ b/taak/src/main.cpp
@@ -76,7 +76,7 @@
//=======================
//========================
-#define ID_KEY 154
+#define ID_KEY 151
//=======================
//========================