Commit Graph

9 Commits

Author SHA1 Message Date
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
Luc
ff5e04627c 3.0 code base 2023-10-02 19:55:18 +08:00
Julien Staub
234be95c1e add recommended extensions for easier linting (#745) 2022-05-08 17:36:51 +08:00
Julien Staub
b0ca6e15b1 update wiki and readme (#736)
* fix folder name
* Direct Link to installation in readme 
* keep also old version infos
* add title to avoid small lines beeing missed
* add MCU frequency directly to configuration and reorder as in arduino IDE v1.8.19
* library installation copied from readme to wiki
2022-04-25 09:11:07 +08:00
John Bain
f80b247f38 Added support for IFTTT Webhook integration (#708)
* 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
2022-01-15 14:05:56 +08:00
Luc
44888ed509 To support latest version of PlaformIO 2020-09-10 21:32:17 +02:00
Luc
6a5696b3e7 use latest esp32 core for platformIO
fix unused variable
2019-09-12 11:50:04 +02:00
Luc
15c9fd7ed1 Add esp8266 in vscode/platformio 2019-06-29 20:12:21 +02:00
Luc
e270fc0c8b first try for platformIO for ESP32
ESP8266 not yet done
2019-06-29 13:54:10 +02:00