made active faction recovery configurable

This commit is contained in:
2023-04-17 22:55:16 +02:00
parent eb771d07d3
commit 7e58db489d
4 changed files with 41 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ typedef struct
{
uint8_t EEPROM_Version = 1;
batteryType_t batteryType = BATTERY_UNDEFINED;
bool active_faction_on_reboot = false;
uint32_t checksum = 0;
} configData_t;