Open luc-github opened 11 months ago
Hi Luc! Sorry about that.
2.1.2.2
may not get retagged with fixes, but hopefully my PR (https://github.com/MarlinFirmware/Marlin/pull/26822) will get merged into bugfix-2.1.x
soon and it'll restore ESP3D support.
Hi @thisiskeithb thank you, no worry thank you for your help
https://github.com/MarlinFirmware/Marlin/commit/fecadaca82e49c2558b42684382ede121274bfea removed all configurations flags access for ESP3DLib
In Configuration_adv.h
Latest changes prevent ESP3D_WIFISUPPORT to use :
You need to replace/put back:
#if ENABLED(WIFISUPPORT)
by#if ANY(WIFISUPPORT, ESP3D_WIFISUPPORT)
Or add the flags outside of the
#if ENABLED(WIFISUPPORT)
If not, ESP3DLib cannot communicate with Marlin and is not setup for web access
In SanityCheck.h
change
by
Or compilation will failed