fix: Solve the lightsleep crash problem via disable lightsleep for indicator. (#5470)

This commit is contained in:
virgil
2024-11-28 06:19:18 -06:00
committed by GitHub
co-authored by GitHub
parent 8df7a035e2
commit 060a3bde4d
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ void NodeDB::initConfigIntervals()
config.display.screen_on_secs = default_screen_on_secs;
#if defined(T_WATCH_S3) || defined(T_DECK) || defined(RAK14014) || defined(SENSECAP_INDICATOR)
#if defined(T_WATCH_S3) || defined(T_DECK) || defined(RAK14014)
config.power.is_power_saving = true;
config.display.screen_on_secs = 30;
config.power.wait_bluetooth_secs = 30;