brownout detect

1.2-legacy
Kevin Hester 2021-03-09 15:07:16 +08:00
rodzic ecaae87b79
commit d841d86bbc
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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