fix build error

This commit is contained in:
Thomas Göttgens 2022-12-14 10:29:45 +01:00 committed by GitHub
parent 46f1cee2a8
commit d3b3a4c148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,6 +295,7 @@ void Power::readPowerStatus()
// We can't trigger deep sleep on NRF52, it's freezing the board
//powerFSM.trigger(EVENT_LOW_BATTERY);
DEBUG_MSG("Low voltage detected, but not triggering deep sleep\n");
}
} else {
low_voltage_counter = 0;
}