configuration

This commit is contained in:
2020-11-27 15:25:19 +01:00
parent cb5dd5f79a
commit 6d7119c0e2
5 changed files with 30 additions and 2 deletions

View File

@ -15,6 +15,7 @@ typedef struct __attribute__((__packed__)) s_configBlock {
char statusTopic[64];
char mbusDataTopic[64];
char syslogServerName[64];
uint8_t filler[3];
} t_configBlock;
void configInit();