We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fd826 commit 95cc07bCopy full SHA for 95cc07b
Firmware/RTK_Surveyor/Begin.ino
@@ -505,7 +505,7 @@ void beginFuelGauge()
505
checkBatteryLevels(); //Force check so you see battery level immediately at power on
506
507
//Check to see if we are dangerously low
508
- if (battLevel < 5) //5%
+ if (battLevel < 5 && battChangeRate < 0) //5% and not charging
509
{
510
Serial.println("Battery too low. Please charge. Shutting down...");
511
0 commit comments