diff --git a/src/main.cpp b/src/main.cpp index 28ddb1bc..3282098b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -589,6 +589,9 @@ void loop() #ifndef NO_ESP32 esp32Loop(); #endif +#ifdef NRF52_SERIES + nrf52Loop(); +#endif // For debugging // if (rIf) ((RadioLibInterface *)rIf)->isActivelyReceiving();