CODeRUS / GyverLampCpp

GyverLamp https://github.com/AlexGyver/GyverLamp fork
https://t.me/GyverLampCpp
81 stars 31 forks source link

Boot loop when accessing web interface with iPhone or iPad #74

Closed miwasp closed 1 year ago

miwasp commented 1 year ago

This software works fine on a Wemos D1 mini and can be controlled with the web interface from a PC really well. But as soon as i open the web interface with any ios device (iPhone or iPad), the Wemos boots in an endless loop.

miwasp commented 1 year ago

Seems like ESPAsyncWebServer is the problem here (see https://github.com/me-no-dev/ESPAsyncWebServer/issues/1201) You can either disable "NSURLSession Websocket" in Safari "Experimental Feature" settings on every ios device or use this version of ESPAsyncWebServer which contains a few fixes: https://github.com/arjenhiemstra/ESPAsyncWebServer.