extend info by name

This commit is contained in:
hg
2015-05-29 22:38:24 +02:00
parent 5ee153bd6a
commit 9d8a8d9ebd
9 changed files with 65 additions and 39 deletions

View File

@ -16,9 +16,10 @@ void configReset();
void configRead(int addr, uint8_t len, char *buffer);
void configWrite(int addr, uint8_t len, char *buffer);
#define CONFIG_MAGIC 0 // 4
#define CONFIG_DEVICES 4 // 64
#define CONFIG_BROKER 68 // 64
#define CONFIG_NEXT 132
#define CONFIG_BROKER 4 // 64
#define CONFIG_DEVICES 68 // 64
#endif /* CONFIG_H_ */