Skip to content

Commit

Permalink
Merge pull request #1 from android606/meshtastic-esp32#80
Browse files Browse the repository at this point in the history
Fix Meshtastic#80: Increase screen timeout to 5 minutes
  • Loading branch information
android606 authored Apr 7, 2020
2 parents 9c3e63e + 753a572 commit 6b35454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void NodeDB::resetRadioConfig()
radioConfig.preferences.send_owner_interval = 4; // per sw-design.md
radioConfig.preferences.position_broadcast_secs = 15 * 60;
radioConfig.preferences.wait_bluetooth_secs = 120;
radioConfig.preferences.screen_on_secs = 30;
radioConfig.preferences.screen_on_secs = 5 * 60;
radioConfig.preferences.mesh_sds_timeout_secs = 2 * 60 * 60;
radioConfig.preferences.phone_sds_timeout_sec = 2 * 60 * 60;
radioConfig.preferences.sds_secs = 365 * 24 * 60 * 60; // one year
Expand Down

0 comments on commit 6b35454

Please sign in to comment.