Commit Graph

18 Commits

Author SHA1 Message Date
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
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
78af070bb7 Update WebSocket library 2024-09-07 09:21:36 +08:00
Luc
93312ff8b5 Idf 5.1.4/Arduino 3.0.4 porting for esp32 (#1046)
* Update WebSocket library
* Update SSDP library
* Update TFT_eSPI library
* Update EspLuaEngine library
* Update SDFat library
* Change to pioarduino
* Make ESP3DMessageFIFO and ESP3DMessage  more thread safe
* Fix sanity checks for BT
* Add some C6 support
* Refactor ethernet code
* Split Ethernet Sta / WiFi sta ESP Commands  and settings
* Simplify wait and wdtFeed code
* Set C3 with 4MB by default in platformio.ini
* Apply Disable brown out only on ESP32 to avoid crash e.g:ESP32S3
* Add missing entries in platformio.ini
2024-09-05 16:27:47 +08:00
Luc
51bb94a5a3 Lua engine replacement (#1042)
Use EspLuaEngine 1.0.1
2024-08-24 12:23:41 +08:00
Luc
07fc82a538 Update prepare-libs.sh
Signed-off-by: Luc <8822552+luc-github@users.noreply.github.com>
2024-03-23 09:14:49 +08:00
Luc
3b8336fbc1 Update build-esp3d.sh 2024-01-16 14:26:37 +08:00
Luc
963147a541 Web dav rewrite/Time refactoring (#960)
* Time refactoring 
* Webdav rewrite 
Base on work done on ESP3D-TFT
2023-11-05 21:27:28 +08:00
Luc
5a5a2e77ec Update install-esp32.sh 2023-10-16 18:36:30 +08:00
Luc
ff5e04627c 3.0 code base 2023-10-02 19:55:18 +08:00
Luc
3f223a4dc6 Try to detect workaround PR failed because of missing secret url 2022-05-28 22:33:10 +08:00
Luc
85a9ad646d Revert "Update final-check.sh"
This reverts commit 71678836a4.
2022-05-09 18:52:04 +08:00
Luc
71678836a4 Update final-check.sh 2022-05-08 17:26:32 +08:00
Luc
e0079a6750 Update final-check.sh 2022-04-24 10:51:38 +08:00
Luc
f6584026a0 Update final-check.sh 2022-04-24 10:41:24 +08:00
Luc
33b155c5b8 Fixes for github-ci 2021-04-12 08:25:40 +02:00
Luc
4f0e64dc5b Update install-esp8266.sh 2021-04-12 07:58:12 +02:00
Luc
1804db5b64 Use github-actions for CI instead of Travis 2021-04-12 07:52:55 +02:00