# HG changeset patch # User heinrichsweikamp # Date 1371633669 -7200 # Node ID b064dd9c9899f8cb7ff1b5a081272ab4b4afc183 # Parent 920afa50bb0b68bc50cdd22378a3cde3c1c894b4 2.70 release, 2.71 beta start diff -r 920afa50bb0b -r b064dd9c9899 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Tue Jun 18 17:39:00 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Jun 19 11:21:09 2013 +0200 @@ -1,3 +1,6 @@ +New in 2.70: +Intermediate release for OSTC 2C users (Language support) + New in 2.65: BETA Version - Do NOT use for diving! CHANGE: show old decoplan after gas change until new decoplan is ready diff -r 920afa50bb0b -r b064dd9c9899 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Tue Jun 18 17:39:00 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Wed Jun 19 11:21:09 2013 +0200 @@ -22,11 +22,11 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'66' ; Software version XX.YY +#DEFINE softwareversion_y d'71' ; Software version XX.YY -#DEFINE softwareversion_beta 1 ; (and 0 for release) +#DEFINE softwareversion_beta 1 ; (and 0 for release) -#DEFINE max_custom_number d'69' ; Number of last used custom function +#DEFINE max_custom_number d'73' ; Number of last used custom function ; International extension. Selecting messages source: #DEFINE ENGLISH ; Use english_text.asm diff -r 920afa50bb0b -r b064dd9c9899 code_part1/OSTC_code_asm_part1/italian_text.asm --- a/code_part1/OSTC_code_asm_part1/italian_text.asm Tue Jun 18 17:39:00 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/italian_text.asm Wed Jun 19 11:21:09 2013 +0200 @@ -451,7 +451,7 @@ TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). ; 115k Bootloader support: TCODE .45, .100, "Bootloader" ;302 Bootloader - TCODE .40, .110, "Perfavore aspetta!" ;303 Please wait! + TCODE .30, .130, "Perfavore aspetta!" ;303 Please wait! TCODE .50, .130, "Aborted!" ;304 Aborted ; @5 variant TCODE .0, .0, "TTS Futuro" ;305 Future TTS (=10 chars. Title for @5 customview). diff -r 920afa50bb0b -r b064dd9c9899 code_part1/OSTC_code_asm_part1/start.asm --- a/code_part1/OSTC_code_asm_part1/start.asm Tue Jun 18 17:39:00 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/start.asm Wed Jun 19 11:21:09 2013 +0200 @@ -263,7 +263,7 @@ restart1: ; Reset all CF and Gases call reset_gases -; call reset_all_cf +; call reset_all_cf_bank2 ; Show info screen call DISPLAY_boot ; DISP boot (Incl. Clear Screen!) rcall display_new_cf_installed; Show info screen