mirror of https://github.com/arendst/Tasmota.git
fix RadioLib compile on safeboot
This commit is contained in:
parent
90b3f0f62b
commit
87f17404c0
|
@ -219,6 +219,7 @@
|
|||
|
||||
#elif defined(ESP32) || defined(ARDUINO_ARCH_ESP32)
|
||||
#define RADIOLIB_ESP32
|
||||
#define RADIOLIB_EEPROM_UNSUPPORTED
|
||||
|
||||
// ESP32 boards
|
||||
#define RADIOLIB_PLATFORM "ESP32"
|
||||
|
|
Loading…
Reference in New Issue