diff code_part1/OSTC_code_asm_part1/russian_text.asm @ 817:e49a35ab7394

auto-SP work, auto-SP data stored in EEADR 116-119
author heinrichsweikamp
date Sat, 06 Jun 2015 14:46:27 +0200
parents 2a0e5d884fc3
children 2151c4135fad
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/russian_text.asm	Sat May 16 14:48:26 2015 +0200
+++ b/code_part1/OSTC_code_asm_part1/russian_text.asm	Sat Jun 06 14:46:27 2015 +0200
@@ -326,7 +326,7 @@
     TCODE    .0,    .2,      "Результаты:"               ;188 Sim. Results:
     TCODE    .90,   .25,     "Надводный"                 ;189 Surface
     TCODE    .0,    .0,      "ppO2 +"                    ;190 ppO2 +
-    TCODE    .0,    .0,      "ppO2 -"                    ;191 ppO2 -
+    TCODE    .0,    .0,      ""                          ;191 unused
     TCODE    .0,    .0,      "Дил."                      ;192 Dil.			       (Rebreather diluent)
 
 ; 32 custom function descriptors III (FIXED LENGTH = 15 chars).
@@ -528,5 +528,8 @@
     TCODE    .0,    .215,    "параметров pSCR.   " 		;362 pSCR features.
 
 ;
+; Setpoint Mode
+    TCODE    .60,  .95,     "Manual"	    	        ;363 Manual      Same length as #364
+    TCODE    .60,  .95,     "Auto  " 	                ;364 Auto        Same length as #363
 
 ;=============================================================================
\ No newline at end of file