multiple changes

This commit is contained in:
2022-08-14 17:38:45 +02:00
parent ad6332acd4
commit 0b9ef67c39
10 changed files with 132 additions and 30 deletions

View File

@@ -29,6 +29,7 @@ typedef struct Globals_s
char systemStatustxt[16] = "";
uint8_t purgePulses = 0;
eEERequest requestEEAction = EE_IDLE;
char DeviceName[33];
} Globals_t;
extern Globals_t globals;