From 309ac81e22c7121d5574676ccf923904a0c8964d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:22:28 +0100 Subject: [PATCH] comment warning (#20907) --- lib/lib_rf/RadioLib/src/protocols/LoRaWAN/LoRaWAN.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;