Get settings for SIM800L from flash memmory; Fix SIM800L after refactoring

Signed-off-by: Martin Kolací <martin.kolaci@lmc.eu>
This commit is contained in:
Martin Kolací
2020-12-01 14:05:37 +01:00
parent 47dee76877
commit 2c6c0e6dca
2 changed files with 50 additions and 29 deletions

View File

@@ -139,6 +139,11 @@ typedef struct {
byte lcdBrightness; // 0 - auto, 1 .. 100%
byte debugScreen; // 0 - off, 1 - on
byte predrawnChargingGraphs; // 0 - off, 1 - on
#ifdef SIM800L_ENABLED
char gprsApn[64];
char remoteApiSrvr[64];
char remoteApiKey[13];
#endif //SIM800L_ENABLED
} SETTINGS_STRUC;