comparison code_part1/OSTC_code_asm_part1/definitions.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 b29cf452f91d
children
comparison
equal deleted inserted replaced
841:8d73c9dcf851 842:454ef5c2e6aa
20 ; 2011/01/20: [jDG] Create a common file included in ASM and C code. 20 ; 2011/01/20: [jDG] Create a common file included in ASM and C code.
21 ; known bugs: 21 ; known bugs:
22 ; ToDo: 22 ; ToDo:
23 23
24 #DEFINE softwareversion_x d'3' ; Software version XX.YY 24 #DEFINE softwareversion_x d'3' ; Software version XX.YY
25 #DEFINE softwareversion_y d'16' ; Software version XX.YY 25 #DEFINE softwareversion_y d'17' ; Software version XX.YY
26 26
27 #DEFINE softwareversion_beta 0 ; (and 0 for release) 27 #DEFINE softwareversion_beta 0 ; (and 0 for release)
28 28
29 #DEFINE max_custom_number d'73' ; Number of last used custom function 29 #DEFINE max_custom_number d'73' ; Number of last used custom function
30 30