You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a project where I do not use MQTT I have a webserver on port 80. enableHTTPWebUpdater() uses Port 80 per default and doesnt allow for a custom WebServer to be set.
It would be neat to just supply my existing WebServer or to specify a custom port.