maakbaas / esp8266-iot-framework

Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, live dashboard, configuration manager, file manager and OTA updates.
GNU General Public License v3.0
417 stars 113 forks source link

Import issue Arduino IDE 2.1.1 #166

Closed CaveRenderPro closed 8 months ago

CaveRenderPro commented 1 year ago

Importing your library to Arduino IDE 2.1.1 cause this error: "Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: Bibliothek nicht gültig"

Do you have any idea?

Eisbaeeer commented 1 year ago

Hi. You have to use platformio instead of Arduino IDE.

CaveRenderPro commented 1 year ago

Thanks. As workaround for Arduino IDE I simply copy the source files to my sketch directory.

maakbaas commented 8 months ago

Workflows outside PlatformIO are at your own risk :).