This commit is contained in:
Dooho Yi 2021-02-18 21:46:02 +09:00
parent 1cd58477a4
commit 62b70d407b
2 changed files with 5 additions and 1 deletions

View file

@ -54,7 +54,7 @@
//============</list of reserved keys>===========
//============<identity key>============
#define ID_KEY 120
#define ID_KEY 126
//============</identity key>===========
//============<parameters>============

4
post.h
View file

@ -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) {