diff --git a/crickets/src/main.cpp b/crickets/src/main.cpp
index 0e067b8..4c14426 100755
--- a/crickets/src/main.cpp
+++ b/crickets/src/main.cpp
@@ -54,7 +54,7 @@
//=======================
//========================
-#define ID_KEY 120
+#define ID_KEY 126
//=======================
//========================
diff --git a/post.h b/post.h
index d15afd5..2d151ee 100644
--- a/post.h
+++ b/post.h
@@ -75,6 +75,10 @@ struct AddressBook {
list.push_back(Address(0x98, 0xF4, 0xAB, 0xB3, 0xB9, 0xB4, "gonggong/1000"));
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB4, 0x28, "taak/157"));
+ //yellow
+ list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB3, 0xEF, "cricket/125"));
+ list.push_back(Address(0x84, 0xCC, 0xA8, 0xAA, 0x78, 0x87, "cricket/126"));
+
}
//
AddressBook(String booktitle) {