diff options
Diffstat (limited to 'workspace/ts100/inc/Settings.h')
-rw-r--r-- | workspace/ts100/inc/Settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/ts100/inc/Settings.h b/workspace/ts100/inc/Settings.h index ec162cf6..25db9f15 100644 --- a/workspace/ts100/inc/Settings.h +++ b/workspace/ts100/inc/Settings.h @@ -21,7 +21,7 @@ struct { uint32_t SleepTemp; //temp to drop to in sleep uint8_t version; //Used to track if a reset is needed on firmware upgrade uint8_t SleepTime; //minutes timeout to sleep - uint8_t cutoutVoltage:1; //The voltage we cutout at for undervoltage + uint8_t cutoutVoltage:5; //The voltage we cutout at for undervoltage uint8_t movementEnabled:1; //If movement is enabled uint8_t displayTempInF:1; //If we need to convert the C reading to F uint8_t flipDisplay:1; //If true we want to invert the display for lefties |