diff --git a/lib/lib_rf/RadioLib/src/protocols/LoRaWAN/LoRaWAN.cpp b/lib/lib_rf/RadioLib/src/protocols/LoRaWAN/LoRaWAN.cpp index 35a388892..c534484ae 100644 --- a/lib/lib_rf/RadioLib/src/protocols/LoRaWAN/LoRaWAN.cpp +++ b/lib/lib_rf/RadioLib/src/protocols/LoRaWAN/LoRaWAN.cpp @@ -6,9 +6,9 @@ #if !RADIOLIB_EXCLUDE_LORAWAN -#if defined(RADIOLIB_EEPROM_UNSUPPORTED) - #warning "Persistent storage not supported!" -#endif +//#if defined(RADIOLIB_EEPROM_UNSUPPORTED) +// #warning "Persistent storage not supported!" +//#endif // flag to indicate whether there was some action during Rx mode (timeout or downlink) static volatile bool downlinkAction = false;