cotestatnt / async-esp-fs-webserver

ESP32/ESP8266 WebServer, WiFi manager and ACE web editor Arduino library. Based on ESPAsyncWebServer
Apache License 2.0
33 stars 10 forks source link

startWifi() should respect args #16

Closed xylo04 closed 5 months ago

xylo04 commented 5 months ago

Shouldn't AsyncFsWebServer::startWiFi(timeout, *apSSID, *apPsw, fn) use the function arguments instead of hardcoding "ESP_AP" and "123456789"?