# HG changeset patch # User heinrichsweikamp # Date 1763216174 -3600 # Node ID 6fb16ca39125b3ee9d7f71e65e0b7376becddea6 # Parent 1d7c7a36df15b6aa352c954c5ba6a24665bd5a81 Add build for testing diff -r 1d7c7a36df15 -r 6fb16ca39125 Current build/OSTC4update_250620.bin Binary file Current build/OSTC4update_250620.bin has changed diff -r 1d7c7a36df15 -r 6fb16ca39125 Current build/OSTC4update_251115.bin Binary file Current build/OSTC4update_251115.bin has changed diff -r 1d7c7a36df15 -r 6fb16ca39125 Discovery/Src/settings.c --- a/Discovery/Src/settings.c Fri Nov 14 18:54:20 2025 +0100 +++ b/Discovery/Src/settings.c Sat Nov 15 15:16:14 2025 +0100 @@ -49,7 +49,7 @@ SSettings Profile[NUMBER_OF_PROFILES]; /* may be optimized if RAM is getting short. profile copies are only used by profile dialog */ /* static structure is used to keep things simple avoiding larger code changes */ const uint8_t RTErequiredHigh = 3; -const uint8_t RTErequiredLow = 6; +const uint8_t RTErequiredLow = 7; const uint8_t FONTrequiredHigh = 1; const uint8_t FONTrequiredLow = 0; @@ -68,7 +68,7 @@ { .versionFirst = 1, .versionSecond = 7, - .versionThird = 3, + .versionThird = 4, .versionBeta = 0, /* 4 bytes with trailing 0 */