Closed mathieucarbou closed 1 year ago
Once need to change to "platforms": ["espressif8266", "espressif32", "raspberrypi"] in library.json to be compatible with:
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
library.json
lib_compat_mode = strict lib_ldf_mode = deep+
Fixed with https://github.com/ayushsharma82/ElegantOTA/commit/fe88d21402fb72116705540ed8ebc9f53acc369c
Once need to change to
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
inlibrary.json
to be compatible with: