This commit is contained in:
CommanderRedYT
2022-01-03 23:47:55 +01:00
parent c8e36dda17
commit 03aeee7a22
4 changed files with 5 additions and 4 deletions

View File

@ -113,7 +113,7 @@ extern "C" void app_main()
lastStatsPush = now;
}
if (battery::bootBatPercentage == -1)
if (!battery::bootBatPercentage)
{
if(controllers.front.feedbackValid && controllers.back.feedbackValid)
{