diff Discovery/Inc/tStructure.h @ 526:88c626d01ee5

Added new option to gas configuration: "Off": Added strings and menu definitions needed to implement new state. The new state may be activated in code using the compile switch "ENABLE_UNUSED_GAS_HIDING"
author Ideenmodellierer
date Sun, 13 Sep 2020 20:55:54 +0200
parents e221cf762f45
children 1721b26335f1
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h	Sun Sep 13 20:49:58 2020 +0200
+++ b/Discovery/Inc/tStructure.h	Sun Sep 13 20:55:54 2020 +0200
@@ -124,12 +124,13 @@
 #define StMOG_SetToMOD			_MB(2,1,255,4,0)
 #define StMOG_Bottle				_MB(2,1,255,5,0)
 
-#define StMOG_MOD						_MB(2,1,255,9,0)
+#define StMOG_MOD					_MB(2,1,255,9,0)
 
 #define StMOG_First					_MB(2,1,255,21,0)
 #define StMOG_Deco					_MB(2,1,255,22,0)
 #define StMOG_Travel				_MB(2,1,255,23,0)
-#define StMOG_Inactive			_MB(2,1,255,24,0)
+#define StMOG_Inactive				_MB(2,1,255,24,0)
+#define StMOG_Off					_MB(2,1,255,25,0)
 
 #define StMOG_NoTransmitter	_MB(2,1,255,30,0)
 #define StMOG_Transmitter1	_MB(2,1,255,31,0)