Commit Graph

27 Commits

Author SHA1 Message Date
Luc
6e439231e3 Fix WDT error message when doing formating
Bum version
2025-04-13 14:40:44 +08:00
Luc
8a6334e9e3 Sd refactoring (#1086) 2025-03-26 14:49:45 +08:00
Luc
5501e78bcb Improve serial Service thanks @rondlh
Bump version due to latest fixes
2025-03-19 11:37:34 +08:00
Luc
8b70bb546e Update esp3d_version.h
Signed-off-by: Luc <8822552+luc-github@users.noreply.github.com>
2025-03-12 15:01:42 +08:00
Luc
ed2d713409 Update embedded for help link to go to esp3d.io 2025-01-21 17:09:02 +08:00
Luc
8293833e0b Bump version for beta 1 2024-12-18 11:40:33 +08:00
Luc
0f55c19a2f Fix compilation for esp8266 2024-12-10 20:27:39 +08:00
Luc
3bb05c9881 Update ESP32SSDP library to access started state and ethernet fix
Add SSDP ad mDNS to ESP420 report|
Add waiting loop to get the ethernet IP in DHCP in STA mode to be sure network services start with proper IP
Change debug log to verbose log

Bump version
2024-12-10 19:14:46 +08:00
Luc
d6a58d5574 Update esp3d_version.h 2024-12-09 17:47:31 +08:00
Luc
fe23f0cb1e Grbl grblHAL better support for realtime commands (#1064)
* Add a realtime command detector 
* Move `\r` as printable char and not replaced as `\n`
* Refactorize Serial service code to avoid redondant code between esp32 and esp8266
* Implement isrealtimeCommand check for serial and centralize function in string helper
* Add new type message : realtimecmd
* Update simulator to handle commands and realtime commands
* Add simple serial test tool
*  Generate error if use HAS_DISPLAY with grbl/grblHAL
* Implement isRealTimeCommand for BT client
* Simplify BT push2buffer code
* Implement support for realtimecommand in telnet
* Implement isRealTimeCommand on websocket RX
* Simplify push2RXbuffer for websocket
* Implement isRealTimeCommand for USB serial
* Bump version
2024-12-08 17:26:19 +08:00
Luc
be5e3f92ae Add missing WhatsApp setting in ESP400
Bump version
2024-11-27 09:07:52 +08:00
Luc
d9f6ea6172 close #888 2024-11-25 15:45:09 +08:00
Luc
d2c52ac719 Close #955
Add more default settings for SPI W5500 Ethernet
Bump version for tracking
2024-11-25 10:06:15 +08:00
Luc
9f303ca3ee Add auto notification to USB Serial 2024-10-20 20:21:57 +08:00
Luc
b40937122a Add Usb Serial otg feature (#1055)
* Update esp3d_version.h
* Fix GCode client is not processed
* Update lua engine to 1.0.3
* Fix HOOKS and Init script conflicting at boot
* Add a queue for multiple scripts (max 5)
* Fix compilation failed on SERIAL_MKS on ESP32
* Explain better sanity check on SERIAL_MKS and DISPLAY
* Implement USB Serial OTG
2024-10-19 18:13:45 +08:00
Luc
9bac144416 Update esp3d_version.h 2024-09-12 11:38:50 +08:00
Luc
2f7e0d63a6 Bump version for proper tracking 2024-09-05 16:29:29 +08:00
Luc
412aee442c Fix Telnet welcome message refering to ESP3D-TFT
Add support of  #define DISABLE_TELNET_WELCOME_MESSAGE to disable welcome message
2024-07-09 07:46:11 +08:00
Luc
0bf8188570 Add esp arduino core version to ESP420 repport
Bump version
2024-06-18 08:15:48 +08:00
Luc
806bc65b81 Fix regression issue : serial bridge was not working since new internal messaging API 2024-03-31 12:58:20 +08:00
Luc
fc8c387274 Fix SD Support broken on esp8266
Bump version
2024-03-25 19:32:11 +08:00
Luc
3f5daa5381 Fix WebDav not using Global FS but Flash cannot compile 2024-02-15 12:36:55 +08:00
Luc
b56148c895 Add camera CAMERA_MODEL_XIAO_ESP32S3 14 2024-02-11 13:27:59 +08:00
Luc
bb9c670061 Fix typo in [ESP780] for filesystem usage always reporting / instead of target one 2024-02-11 08:21:32 +08:00
Luc
d8f84b94d9 Fix issue raised by @rondlh 2024-02-05 14:09:13 +08:00
Luc
e471be57a6 Fix #995
Add esp8285 env
2024-02-02 10:08:59 +08:00
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