seems to work now
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-07-10 18:29:55 +02:00
parent cf582dd6a4
commit fdf1c7a611
4 changed files with 6 additions and 7 deletions

View File

@ -14,7 +14,8 @@ enum Switch : uint8_t {
HEATER_5_STR,
HEATER_6_DRO,
HEATER_7_S_BAND,
NUMBER_OF_SWITCHES
NUMBER_OF_SWITCHES = 8,
HEATER_NONE = 0xff
};
enum SwitchState : uint8_t { ON = 1, OFF = 0 };