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
Fixed crashing when browser is left open on the web interface
Fixed memory leak when a browser session isn't closed properly from the web interface, which would result in a crash (updated AsyncTCP, and ESPAsyncWebServer)
Disabled captive portal, which was causing crashes related to heap, and sessions in the SoftAP
Moved some includes to .h files for better consistency