diff 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
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Oct 24 10:38:04 2023 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Nov 29 14:11:07 2025 +0100
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'3'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'16'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'17'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	0 			; (and 0 for release)