fix RadioLib compile on safeboot

This commit is contained in:
Theo Arends 2024-02-23 18:48:14 +01:00
parent 90b3f0f62b
commit 87f17404c0
1 changed files with 2 additions and 1 deletions

View File

@ -219,6 +219,7 @@
#elif defined(ESP32) || defined(ARDUINO_ARCH_ESP32)
#define RADIOLIB_ESP32
#define RADIOLIB_EEPROM_UNSUPPORTED
// ESP32 boards
#define RADIOLIB_PLATFORM "ESP32"