mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
don't deepsleep if we have USB power
This commit is contained in:
@@ -29,8 +29,8 @@ typedef enum _ChannelSettings_ModemConfig {
|
||||
|
||||
typedef enum _DeviceState_Version {
|
||||
DeviceState_Version_Unset = 0,
|
||||
DeviceState_Version_Minimum = 5,
|
||||
DeviceState_Version_Current = 5
|
||||
DeviceState_Version_Minimum = 6,
|
||||
DeviceState_Version_Current = 6
|
||||
} DeviceState_Version;
|
||||
|
||||
/* Struct definitions */
|
||||
|
||||
Reference in New Issue
Block a user