# HG changeset patch # User heinrichsweikamp # Date 1771327367 -3600 # Node ID 3c3fb9f4edc4931ea13ccd4fdcfbbbd336c182dd # Parent a7ed4eb3142b4c41cf61094913ea3a85f09aac80 Increase version number for testing diff -r a7ed4eb3142b -r 3c3fb9f4edc4 Current build/OSTC4update_251115.bin Binary file Current build/OSTC4update_251115.bin has changed diff -r a7ed4eb3142b -r 3c3fb9f4edc4 Current build/OSTC4update_260217.bin Binary file Current build/OSTC4update_260217.bin has changed diff -r a7ed4eb3142b -r 3c3fb9f4edc4 Discovery/Src/settings.c --- a/Discovery/Src/settings.c Tue Feb 17 09:49:37 2026 +0100 +++ b/Discovery/Src/settings.c Tue Feb 17 12:22:47 2026 +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 = 7; +const uint8_t RTErequiredLow = 8; const uint8_t FONTrequiredHigh = 1; const uint8_t FONTrequiredLow = 0; @@ -68,15 +68,15 @@ { .versionFirst = 1, .versionSecond = 7, - .versionThird = 5, - .versionBeta = 1, + .versionThird = 6, + .versionBeta = 0, /* 4 bytes with trailing 0 */ .signature = "mh", - .release_year = 25, - .release_month = 12, - .release_day = 15, + .release_year = 26, + .release_month = 02, + .release_day = 17, .release_sub = 0, /* max 48 with trailing 0 */ diff -r a7ed4eb3142b -r 3c3fb9f4edc4 Discovery/Src/text_multilanguage.c --- a/Discovery/Src/text_multilanguage.c Tue Feb 17 09:49:37 2026 +0100 +++ b/Discovery/Src/text_multilanguage.c Tue Feb 17 12:22:47 2026 +0100 @@ -177,7 +177,7 @@ static uint8_t text_ES_CompassCalib[] = "Calibrar brujula"; static uint8_t text_EN_GFSurf[] = "GF Surface"; -static uint8_t text_DE_GFSurf[] = ""; +static uint8_t text_DE_GFSurf[] = "Surface GF"; static uint8_t text_FR_GFSurf[] = ""; static uint8_t text_IT_GFSurf[] = ""; static uint8_t text_ES_GFSurf[] = ""; diff -r a7ed4eb3142b -r 3c3fb9f4edc4 Small_CPU/Src/baseCPU2.c --- a/Small_CPU/Src/baseCPU2.c Tue Feb 17 09:49:37 2026 +0100 +++ b/Small_CPU/Src/baseCPU2.c Tue Feb 17 12:22:47 2026 +0100 @@ -179,9 +179,9 @@ /* 4 bytes with trailing 0 */ .signature = "mh", - .release_year = 25, - .release_month = 6, - .release_day = 9, + .release_year = 26, + .release_month = 2, + .release_day = 17, .release_sub = 0, /* max 48 with trailing 0 */