# HG changeset patch # User heinrichsweikamp # Date 1318765034 -7200 # Node ID 4c93c2154f1896fb644f726547c17bcecba5d4a3 # Parent c7b6639397379fb603e96e77184a1e91488f76c3 beta 2.04 start... diff -r c7b663939737 -r 4c93c2154f18 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Sat Oct 15 15:03:53 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Sun Oct 16 13:37:14 2011 +0200 @@ -1,7 +1,9 @@ New in 2.03 beta: - +BETA Version - Do NOT use for diving! +BUGFIX: Logbook write New in 2.02 beta: +BETA Version - Do NOT use for diving! NEW: Cave divers consomation display and alarm (CF59). CHANGE: SAC (CF56/CF57) in range 5..50 l/min (no more decimal). NEW: 32MhZ mode: computes twice faster. diff -r c7b663939737 -r 4c93c2154f18 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Sat Oct 15 15:03:53 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Sun Oct 16 13:37:14 2011 +0200 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'3' ; Software version XX.YY +#DEFINE softwareversion_y d'4' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release) @@ -35,7 +35,7 @@ ;#DEFINE SPANISH ; Use spanish_text.asm ;#DEFINE RUSSIAN ; Use russian_text.asm -#DEFINE __DEBUG ; +;#DEFINE __DEBUG ; ;#DEFINE DISPLAY_TEST ; Enables Display-Test in RAW data menu #DEFINE logbook_profile_version 0x21 ; Do not touch!