khoih-prog / ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
MIT License
290 stars 73 forks source link

"no protocol" error #113

Closed ShadowSA closed 1 year ago

ShadowSA commented 1 year ago

Describe the bug

When using the library manager in Arduino IDE, searching for ESPAsync_WiFiManager, then clicking install, throws error: "no protocol"

Steps to Reproduce

Open Arduino IDE, select library manager, search ESPAsync_WiFiManager, click install on version 1.14.0

khoih-prog commented 1 year ago

You have to select Install ESPAsync_WiFiManager only to install the library.

The reason is that it depends on some other libraries which are not published or well maintained on Arduino IDE. You have to install them manually by downloading zip.

I'll possibly remove the dependency soon and make some notes about the issue.

Research or ask on Arduino Forum if you don't know how to install a library manually.

Selection_053

Selection_052

khoih-prog commented 1 year ago

Hi @ShadowSA

The ESPAsync_WiFiManager v1.14.1 has just been released to address the dependency issue.

Please test.

Regards,


Releases v1.14.1

  1. Remove dependency on ESP_AsyncWebServer, ESPAsyncTCP and AsyncTCP in library.properties. Check "no protocol" error #113"
  2. Add notes about manual installation of above-mentioned libraries for Arduino IDE