brownout detect

This commit is contained in:
Kevin Hester 2021-03-09 15:07:16 +08:00
parent ecaae87b79
commit d841d86bbc

View File

@ -589,6 +589,9 @@ void loop()
#ifndef NO_ESP32
esp32Loop();
#endif
#ifdef NRF52_SERIES
nrf52Loop();
#endif
// For debugging
// if (rIf) ((RadioLibInterface *)rIf)->isActivelyReceiving();