disable default lightsleep for indicator

This commit is contained in:
mverch67 2024-11-25 23:43:48 +01:00
parent 62a5e86236
commit 210dfb0013

View File

@ -550,7 +550,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(SENSECAP_INDICATOR) || defined(RAK14014)
#if defined(T_WATCH_S3) || defined(T_DECK) || defined(MESH_TAB) || defined(RAK14014)
config.power.is_power_saving = true;
config.display.screen_on_secs = 30;
config.power.wait_bluetooth_secs = 30;