mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 06:02:05 +00:00
Default to MUI display for devices that support it
This commit is contained in:
parent
d7697e6dec
commit
584ac8bdc9
@ -499,6 +499,9 @@ void NodeDB::installDefaultConfig(bool preserveKey = false)
|
||||
true; // FIXME: maybe false in the future, and setting region to enable it. (unset region forces it off)
|
||||
config.lora.override_duty_cycle = false;
|
||||
config.lora.config_ok_to_mqtt = false;
|
||||
#if HAS_TFT // For the devices that support MUI, default to that
|
||||
config.display.displaymode == meshtastic_Config_DisplayConfig_DisplayMode_COLOR;
|
||||
#endif
|
||||
#ifdef USERPREFS_CONFIG_LORA_REGION
|
||||
config.lora.region = USERPREFS_CONFIG_LORA_REGION;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user