led: change default low battery threshold to 3.6

This commit is contained in:
Oleg Kalachev
2020-10-08 21:06:29 +03:00
parent 9de0034fb9
commit 5629b0a9b3

View File

@@ -32,7 +32,7 @@
altctl: { r: 255, g: 255, b: 40 }
posctl: { r: 50, g: 100, b: 220 }
offboard: { r: 220, g: 20, b: 250 }
low_battery: { threshold: 3.7, effect: blink_fast, r: 255, g: 0, b: 0 }
low_battery: { threshold: 3.6, effect: blink_fast, r: 255, g: 0, b: 0 }
error: { effect: flash, r: 255, g: 0, b: 0 }
</rosparam>
</node>