Skip to content
Snippets Groups Projects
Commit cf776860 authored by Václav Jelínek's avatar Václav Jelínek
Browse files

Lower battery threshold

parent bc7ba143
No related branches found
No related tags found
No related merge requests found
Pipeline #77353 passed
......@@ -68,7 +68,7 @@ class Color:
WHITE: Color = const(6)
BROWN: Color = const(7)
BAT_VOLTAGE_TURNOFF = 6.5 # Volts
BAT_VOLTAGE_TURNOFF = 6.2 # Volts
BAT_MEASURE_PERIOD = const(1000) # ms
PCF_CHECK_PERIOD = const(50) # ms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment