AFEON fixes

- Fix crash when more than 12 EON's
- Fix page numbering
- Fix EON overwritten texts
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-24 22:51:48 +02:00
parent 038403f267
commit 32d866328a
7 changed files with 33 additions and 29 deletions

View File

@@ -174,6 +174,7 @@ byte unit;
byte spispeed;
byte spispeedold;
char buff[16];
char eonpicodeold[20][6];
char programTypePrevious[18];
char radioIdPrevious[7];
const uint8_t* currentFont = nullptr;
@@ -252,7 +253,7 @@ String AIDString;
String cryptedpassword;
String CurrentThemeString;
String ECColdtxt;
String eonpsold[11];
String eonpsold[20];
String eonstringold;
String LIColdString;
String pinstringold;