mirror of https://github.com/arendst/Tasmota.git
Move RF libs to correct location enabling ESP8266 support
This commit is contained in:
parent
e152a3cbf7
commit
87567b25b2
|
@ -0,0 +1,10 @@
|
|||
TasmotaAlert
|
||||
|
||||
Action to take in case of new release of RadioLib
|
||||
|
||||
20240223
|
||||
|
||||
1 - Remove folder `RadioLibs/examples/NonArduino` (Fixes Github vulnerability alerts)
|
||||
2 - Add ``#define RADIOLIB_EEPROM_UNSUPPORTED`` to file `RadioLib/src/BuildOpt.h` section ``defined(ESP8266)`` and ``defined(ESP32) || defined(ARDUINO_ARCH_ESP32)`` (Fixes safeboot compilation)
|
||||
3 - Disable in files `RadioLib\src\protocols\LoRaWAN\LoRaWAN.cpp` and `RadioLib\src\protocols\Pager\Pager.cpp` inclusion of ``#include "esp_attr.h"`` (Fixes ESP8266 compilation)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue