address update
This commit is contained in:
parent
9c76b29277
commit
49a366f381
3 changed files with 15 additions and 5 deletions
|
|
@ -54,7 +54,7 @@
|
|||
//============</list of reserved keys>===========
|
||||
|
||||
//============<identity key>============
|
||||
#define ID_KEY CRICKET_U_KEY
|
||||
#define ID_KEY 128
|
||||
//============</identity key>===========
|
||||
|
||||
//============<parameters>============
|
||||
|
|
|
|||
16
post.h
16
post.h
|
|
@ -42,14 +42,24 @@ struct AddressBook {
|
|||
// list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB7, 0x21, "Enchovy"));
|
||||
// list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB3, 0xC5, "Schpaarow"));
|
||||
//
|
||||
|
||||
//roots
|
||||
list.push_back(Address(0xB4, 0xE6, 0x2D, 0x37, 0x3B, 0x90, "root/osc"));
|
||||
|
||||
//green suitcase
|
||||
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB4, 0x47, "cricket/124"));
|
||||
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB7, 0x32, "cricket/127"));
|
||||
|
||||
//gastank
|
||||
list.push_back(Address(0x84, 0xCC, 0xA8, 0xAA, 0x56, 0x11, "taak/150"));
|
||||
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB7, 0xCC, "cricket/128"));
|
||||
|
||||
//testing
|
||||
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB4, 0x28, "taak/157"));
|
||||
|
||||
//roundlys
|
||||
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB4, 0x64, "roundly/2000"));
|
||||
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB8, 0x1E, "roundly/2001"));
|
||||
|
||||
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB7, 0x32, "cricket/127"));
|
||||
list.push_back(Address(0xF4, 0xCF, 0xA2, 0xED, 0xB4, 0x47, "cricket/124"));
|
||||
//
|
||||
}
|
||||
//
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
//============</list of reserved keys>===========
|
||||
|
||||
//============<identity key>============
|
||||
#define ID_KEY TAAK_N_KEY
|
||||
#define ID_KEY TAAK_A_KEY
|
||||
//============</identity key>===========
|
||||
|
||||
//============<parameters>============
|
||||
|
|
|
|||
Loading…
Reference in a new issue