diff src/option_table.asm @ 145:e3ac5b2021bc

NEW: Setpoint-Fallback option for external O2 sensor failure
author heinrichsweikamp
date Tue, 05 Aug 2014 16:55:09 +0200
parents b839972db982
children d6ad414c7c12
line wrap: on
line diff
--- a/src/option_table.asm	Mon Aug 04 12:10:35 2014 +0200
+++ b/src/option_table.asm	Tue Aug 05 16:55:09 2014 +0200
@@ -192,6 +192,7 @@
         OPTION_UINT8    oPressureAdjust, .0,.255,   .0,     -1,       .147,    opt_pressure_adjust              ; SIGNED int (-20/+20mbar max.)
         OPTION_BOOL     oSafetyStop,    0,                            .148,    opt_enable_safetystop            ; =1: A safety stop is shown
         OPTION_UINT8    oCalGasO2,      .21,.100,   .21,    tPercent, .149,    opt_calibration_O2_ratio         ; Calibration gas %O2
+        OPTION_BOOL     oSensorFallback,0,                            .150,    opt_sensor_fallback              ; =1: Fallback to SP1 when sensor is lost
 
 ;=============================================================================
 ; Set Time/Set Date (RAM only)