* 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>
* Rewrite the setting API to use same API as ESP3D-TFT or at least close enough to be improved - WIP
* Add isValidXXX setting API
* Factorize dispatch_setting for ESP400
* ESP400 refactoring
* Fix Rename not working on GlobalFS
* esp3d_log refactoring
- Rename Debug to Log
- Allow now 4 level of log: None, Error, Debug, Verbose
- Change original verbose log to error log when it is an error
* Update configuration.h to add debug level expected
* Add log for critical steps in FTP module
* first push
* modified post to work with IFTTT
* working but returning wrong error code
* command successfully being sent to, IFTTT
* resolved issue with ESP600 returing "Wrong Command
Add check pin number and value number are actually number to use them in [ESP201]
Add check on [ESPXXX command to recognize it when command start by [ESPXXX or something not bigger than`echo: [ESP`
Thanks @treeplesk for raising these case