alanswx / ESPAsyncWiFiManager

Port WiFiManager to ESP Async Server
MIT License
224 stars 86 forks source link

Fix compilation for ESP8266 3.1.0 #86

Closed gmag11 closed 3 years ago

gmag11 commented 3 years ago

This should fix #85. WiFi.disconnect() has only one parameter on esp8266.

alanswx commented 3 years ago

Can you increase the version number in both files and I will accept the change. Thanks.

hmronline commented 3 years ago

@alanswx are you going to increase version number so everyone gets this fix ? It does work properly, but please let me know if I can help you somehow. Thanks in advance!

alanswx commented 3 years ago

Fixed