Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]With ESP3DLib V1.0, after few minutes webserver do not respond anymore[SOLVED] #44

Closed
luc-github opened this issue May 24, 2022 · 0 comments
Labels
1.0 bug Something isn't working Fixed Marlin 2.X

Comments

@luc-github
Copy link
Owner

luc-github commented May 24, 2022

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/[email protected]
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

The ESP32SSDP version 1.2.0 is well supported by esp32-arduino v2.0.3 (PIO 4.3.0) and a Marlin version using it and latest ESP3DLib can be found here: https://github.com/luc-github/Marlin/tree/ESP3DLibV2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 bug Something isn't working Fixed Marlin 2.X
Projects
None yet
Development

No branches or pull requests

1 participant