comment warning (#20907)

This commit is contained in:
Jason2866 2024-03-11 08:22:28 +01:00 committed by GitHub
parent 190493c747
commit 309ac81e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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;