Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/german_text.asm @ 842:454ef5c2e6aa default tip
Bugfix: Auto-SP did not show >9m for some 2C hardware versions in German language firmware
Make year settings until 2040 possible (This is likely the final release for this model)
| author | heinrichsweikamp |
|---|---|
| date | Sat, 29 Nov 2025 14:11:07 +0100 |
| parents | e8f5eed0eccf |
| children |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/german_text.asm Tue Oct 24 10:38:04 2023 +0200 +++ b/code_part1/OSTC_code_asm_part1/german_text.asm Sat Nov 29 14:11:07 2025 +0100 @@ -227,7 +227,7 @@ TCODE .0, .0, "Einst." ;094 Set TCODE .0, .0, "Gas# " ;095 Gas# TCODE .0, .0, "Ja" ;096 Yes - TCODE .0, .0, "Aktuell: " ;097 Current: + TCODE .0, .0, "Aktuell:" ;097 Current: TCODE .14, .2, "Einstellungs-Menü:" ;098 Setup Menu: TCODE .20, .35, "Custom FunktionenI" ;099 Custom FunctionsI TCODE .20, .125, "Dekomod.:" ;100 Decotype:
