Fixed crash bc Stackoverflow from within Webserver

This commit is contained in:
2022-08-19 11:25:26 +02:00
parent 01ba4b7333
commit 7c38d02bf8
6 changed files with 45 additions and 40 deletions

View File

@@ -31,6 +31,8 @@ typedef struct Globals_s
uint8_t purgePulses = 0;
eEERequest requestEEAction = EE_IDLE;
char DeviceName[33];
uint32_t FlashVersion;
uint16_t eePersistanceAdress;
} Globals_t;
extern Globals_t globals;