# HG changeset patch # User heinrichsweikamp # Date 1369226760 -7200 # Node ID d333c846284412719b3da209795f057f010da864 # Parent de413161f00c0201c2581651bdbb476037b48074 2.63beta release diff -r de413161f00c -r d333c8462844 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Tue May 21 12:17:49 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed May 22 14:46:00 2013 +0200 @@ -1,3 +1,8 @@ +New in 2.63: +BETA Version - Do NOT use for diving! +BUGFIX: no flicker when powering on +CHANGE: 256ms switch debounce timer + New in 2.62: BETA Version - Do NOT use for diving! BUGFIX: CNS compute. NOAA tables are in ATA, not bar diff -r de413161f00c -r d333c8462844 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Tue May 21 12:17:49 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Wed May 22 14:46:00 2013 +0200 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'62' ; Software version XX.YY +#DEFINE softwareversion_y d'64' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release)