MUI unPhone-tft: fix defaults (#6477)

This commit is contained in:
Manuel
2025-04-01 08:53:15 -05:00
committed by GitHub
co-authored by GitHub
parent 128c347c64
commit ea4ce8d827
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -689,7 +689,7 @@ void NodeDB::initConfigIntervals()
config.display.screen_on_secs = default_screen_on_secs;
#if defined(T_WATCH_S3) || defined(T_DECK) || defined(MESH_TAB) || defined(RAK14014)
#if defined(T_WATCH_S3) || defined(T_DECK) || defined(UNPHONE) || defined(MESH_TAB) || defined(RAK14014)
config.power.is_power_saving = true;
config.display.screen_on_secs = 30;
config.power.wait_bluetooth_secs = 30;