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
After a short time the webserver is not responding to any query but using serial commands ESP3DLib still respond
It is a compatibility version issue
in Marlin feature.ini
replace luc-github/ESP32SSDP@^1.1.1
by ESP32SSDP=luc-github/ESP32SSDP@1.1.1
be sure the ^ is removed, because if not, it will actually download ESP32SSDP version 1.2.0, which is not properly supported by current version of esp32-aduino core version (1.0.4) used by Marlin