diff Common/Inc/settings.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 06b21f1e47a5
children d784f281833a
line wrap: on
line diff
--- a/Common/Inc/settings.h	Sun Sep 13 20:49:58 2020 +0200
+++ b/Common/Inc/settings.h	Sun Sep 13 20:55:54 2020 +0200
@@ -76,7 +76,8 @@
 uint8_t first:1;
 uint8_t deco:1;
 uint8_t travel:1;
-uint8_t senderCode:4;
+uint8_t off:1;
+uint8_t spare:3;
 } gasubit8_t;
 
 typedef union{