addr
This commit is contained in:
parent
3672180b3e
commit
1602bc0003
2 changed files with 7 additions and 1 deletions
6
post.h
6
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) {
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
//============</list of reserved keys>===========
|
||||
|
||||
//============<identity key>============
|
||||
#define ID_KEY 154
|
||||
#define ID_KEY 151
|
||||
//============</identity key>===========
|
||||
|
||||
//============<parameters>============
|
||||
|
|
|
|||
Loading…
Reference in a new issue