add mesh-tab powersave as default

This commit is contained in:
mverch67 2024-11-17 01:32:02 +01:00
parent 210b627765
commit db2fcea4a1

View File

@ -514,7 +514,7 @@ void NodeDB::initConfigIntervals()
config.display.screen_on_secs = default_screen_on_secs;
#if defined(T_WATCH_S3) || defined(T_DECK) || 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;