ESP3D/README.md
Luc a10a7f74bf
Refactoring internal clients (#987)
* Remove all output flags
* Masse replace name function / class to sync with ESP3D-TFT
* Create ESP3DMessageManager  class to handle messages creation / deletion (import functions of ESp3DClient from ESp3D-TFT)
*  Move to new messaging API of ESP3D-TFT
* Remove empty line from remote screen dispatching
* Replace \n to space and \r to nothing in remote screen dispatching
* Add missing default entry for sensor device
* Fix buzzer for ESP32 missing ledc initialization with latest core
* Move formatBytes to esp3d_string
* Add welcome message to telnet connection\
* Add display to the new messaging API
* Add sticky authentication on Serial / SerialBridge /Telnet/Data web socket and BT
* Log simplification
* Use enum class instead of typdef enum for ESP3DAuthenticationLevel  to be sure correct enum is used
* (v3) Home Assistant notification support (#971)
* Add notification via post request
* Extend t1 size to 255 bytes
* Hide Home Assistant notifications from web UI (#974)
* Sync with ESP3DLib on serial_socket
* Add some sanity check to avoid unnecessary message copies
* Update ESP0.cpp

---------

Co-authored-by: David Buezas <dbuezas@users.noreply.github.com>
2024-01-03 10:46:13 +08:00

4.6 KiB

ESP3D 3.0 alpha stage

Do not use it for production, in alpha stage for 3D printer/Sand-Table and CNC - breaking changes can happen anytime - just be aware of that, but feel free to test it and feedback

To compile ESP3D you need to edit the configuration.h according your needs.
You can also generate it, using Development  Version which simplify a lot this step.
or click here: https://luc-github.github.io/

ESP3D V3 use ESP3D-WebUI 3.0, but it is built according your system and your system firmware:
https://github.com/luc-github/ESP3D-WEBUI/tree/3.0/dist/, so you need to use the right one, the ESP3D-Configurator may also help you to download the correct version for your needs.

Latest development version Development Version GitHub last commit (branch) github-ci Development  Version

Please go to esp3d.io for documentation and installation

SSDP Discovery tools

TODO List to move to beta

TODO List in beta

Chat

Please use discord : discord

Credits: embedded code / inspiration code

Credits: libraries