mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 22:22:05 +00:00
One of the classic blunders
This commit is contained in:
parent
286376e46a
commit
9aff65e313
@ -500,7 +500,7 @@ void NodeDB::installDefaultConfig(bool preserveKey = false)
|
|||||||
config.lora.override_duty_cycle = false;
|
config.lora.override_duty_cycle = false;
|
||||||
config.lora.config_ok_to_mqtt = false;
|
config.lora.config_ok_to_mqtt = false;
|
||||||
#if HAS_TFT // For the devices that support MUI, default to that
|
#if HAS_TFT // For the devices that support MUI, default to that
|
||||||
config.display.displaymode == meshtastic_Config_DisplayConfig_DisplayMode_COLOR;
|
config.display.displaymode = meshtastic_Config_DisplayConfig_DisplayMode_COLOR;
|
||||||
#endif
|
#endif
|
||||||
#ifdef USERPREFS_CONFIG_LORA_REGION
|
#ifdef USERPREFS_CONFIG_LORA_REGION
|
||||||
config.lora.region = USERPREFS_CONFIG_LORA_REGION;
|
config.lora.region = USERPREFS_CONFIG_LORA_REGION;
|
||||||
|
Loading…
Reference in New Issue
Block a user