This commit is contained in:
Dooho Yi 2021-02-18 20:45:36 +09:00
parent 3672180b3e
commit 1602bc0003
2 changed files with 7 additions and 1 deletions

6
post.h
View file

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

View file

@ -76,7 +76,7 @@
//============</list of reserved keys>===========
//============<identity key>============
#define ID_KEY 154
#define ID_KEY 151
//============</identity key>===========
//============<parameters>============