bug #376 we were not staying in light sleep as long as intended

This commit is contained in:
Kevin Hester
2020-10-06 11:48:53 +08:00
parent 7480eb1826
commit 943d5cb08d
4 changed files with 58 additions and 31 deletions
+3
View File
@@ -6,6 +6,8 @@ bin/run.sh --set region 8
time only mode
./bin/run.sh --set gps_operation 3
fix wake behavior when message arrives on lora
do new power measurements
fix has_gps based on new logic
@@ -18,6 +20,7 @@ increase main cpu sleep time
add set router mode in python tool - it will also set GPS to stationary
make sure location still gets set once per boot and stays marked as valid on the gui
send position updates super rarely
turn off checking for usb power and forcing always on
(which will shrink DARK and NB period to zero and
make light_sleep very long)