martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
293 stars 68 forks source link

Install zip library fails #72

Open luotope opened 6 months ago

luotope commented 6 months ago

Hello and thanks for the great project!

Not sure what is wrong when I download the project zip file and try to install it to my Arduino IDE (v1.8.19) via include zip library, it fails. The error message is simply "Specified folder/zip file does not contain a valid library" which doesn't help much for investigating.

BTW, just before I made similar installation for the https://github.com/martin-ger/uMQTTBroker -library and it was installed fine.

Any ideas?