mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
fix channel prefs saving
This commit is contained in:
@@ -34,8 +34,8 @@ typedef enum _ChannelSettings_ModemConfig {
|
||||
|
||||
typedef enum _DeviceState_Version {
|
||||
DeviceState_Version_Unset = 0,
|
||||
DeviceState_Version_Minimum = 7,
|
||||
DeviceState_Version_Current = 7
|
||||
DeviceState_Version_Minimum = 10,
|
||||
DeviceState_Version_Current = 10
|
||||
} DeviceState_Version;
|
||||
|
||||
/* Struct definitions */
|
||||
|
||||
Reference in New Issue
Block a user