ESP3DLib
ESP3DLib copied to clipboard
ESP3D library for Marlin and ESP32 boards
Here features that will be covered by ESP3DLib 3.0 : - Webui 2.1 3.0 support - Move to SSDP asyncudp library - Move ESP32 core to 2.0.2 / 2.0.3 -...
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`...
Port ESP3DLib to latest ESP3D 3.0 features
Travis.org is down since a while already and need to implement github-ci to handle auto tests when merging PR and push commits, like done in ESP3D
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 : ``` #define WEBSUPPORT // Start a webserver (which may include auto-discovery) using...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...
Does Telnet be able to return the response from G-Code? I send the teams to the ESP3DLIB Teln, they reach perfectly, but do not return anything. Can Telnet be taught...
Hi everyone! Where i can see platformio.ini file for compile it?
There are some comflict with SDFat API and Marlin SD API , e.g: File incompatibility, which means current SD abstraction layer, and may be flash filesystem abstraction layer, is not...