configuration
This commit is contained in:
@ -8,12 +8,15 @@
|
||||
typedef struct __attribute__((__packed__)) s_configBlock {
|
||||
char deviceName[16];
|
||||
uint8_t macAddress[6];
|
||||
char brokerName[64];
|
||||
char watchdogTopic[64];
|
||||
char startupTopic[64];
|
||||
char statusTopic[64];
|
||||
char mbusDataTopic[64];
|
||||
char syslogServerName[64];
|
||||
} t_configBlock;
|
||||
|
||||
void configInit();
|
||||
t_configBlock* getConfig();
|
||||
|
||||
#endif /* _CONFIG_H_ */
|
||||
|
Reference in New Issue
Block a user