diff src/menu_tree.asm @ 359:2be48ccfa9de

make AUTO SP available on OSTC2 hardware
author heinrichsweikamp
date Mon, 03 Aug 2015 17:27:05 +0200
parents 093b32bf6db2
children a9e35c1327aa
line wrap: on
line diff
--- a/src/menu_tree.asm	Mon Aug 03 12:18:18 2015 +0200
+++ b/src/menu_tree.asm	Mon Aug 03 17:27:05 2015 +0200
@@ -96,7 +96,8 @@
     MENU_END
 
 do_ccr_menu_ostc2:
-    MENU_BEGIN  tCCRSetup, .3           ; ostc2 menu
+    MENU_BEGIN  tCCRSetup, .4           ; ostc2 menu
+        MENU_OPTION     tCCRMode,    oCCRMode,    0
         MENU_CALL       tDiluentSetup,          do_diluent_setup
         MENU_CALL       tFixedSetpoints,        do_fixed_setpoints
         MENU_CALL       tExit,                  do_continue_main_menu