Commit graph

256 commits

Author SHA1 Message Date
318fd4c7a0 web stuff
Some checks are pending
build-ci / build (push) Waiting to run
2026-04-04 17:41:10 -03:00
afe9e9d389 disable serial for 3d 2026-04-04 17:04:18 -03:00
d6ed8bdcc2 hobart changes 2026-04-04 16:38:32 -03:00
Luc
b425508f7c Fix compilation on eth if no wifi due to typo thanks @Binch3000 2026-03-19 08:39:34 +08:00
Luc
7cbfca75d2 Fix W55000 Comnpilation 2026-03-18 10:42:41 +08:00
Luc
72843a6847 Disable idf log errors 2026-03-18 10:23:16 +08:00
Luc
e74ac77f58 Fix compilation on ESP8266 2026-02-22 19:36:15 +08:00
Luc
ec00a9ba99 Update sdio_esp32.cpp
- Smarter SDMMC_FORCE_BEGIN with cooldown + proper delay(80) for 4bits
- Added applySDPins() helper for multi-chip support
2026-02-22 18:43:44 +08:00
Luc
8c044d129c Fix Disabled Interface do not show Mac address on ESP32 2026-02-22 17:02:11 +08:00
Luc
12f97eb6b3 Remove idf error log generating noise on serial output 2026-02-22 16:14:28 +08:00
Luc
f25f2fa391 Update ESP220.cpp
Display Pins used for SDIO if defined
2026-02-22 16:13:44 +08:00
Luc
2b14910fee Remove unnecessary log debug 2026-02-22 14:51:41 +08:00
Luc
27f9a78268 Update ESP420.cpp
Add how many bits used for SDIO
2026-02-22 12:26:14 +08:00
Luc
a9b80de790 Rename ESP3D_DEBUG_LEVEL to ESP3D_LOG_LEVEL for consistency 2026-02-22 11:56:20 +08:00
Luc
693f31fb45 Add sanity check in case no path 2026-01-15 18:53:25 +08:00
Berran Remzi
2c415629da
Fix logical error in path validation for SD file handling (#1113)
* Fix logical error in path validation for SD file handling

* Fix logical error in path validation for SPIFFS file handling
2026-01-15 18:29:32 +08:00
Luc
67bba4b756
Bump firmware version from 3.0.1 to 3.0.2dev
Signed-off-by: Luc <8822552+luc-github@users.noreply.github.com>
2025-12-17 13:28:13 +08:00
Luc
76bb41be59 Fix typo in comments 2025-10-31 14:50:35 +08:00
Luc
33354ff727 Update esp3d_commands.cpp
Trim space
2025-10-31 07:13:56 +08:00
Luc
b64161f0f8 Fix Baudrate displayed as 0 instead of correct baudrate in [ESP420]
Bump version to 3.0.1
2025-10-19 11:31:53 +08:00
Luc
9f20f8b162 Prepare version for release 2025-10-09 13:21:33 +08:00
Luc
3c14543720 Fix BT Service is no set a started due to wrong API usage 2025-06-18 22:02:02 +08:00
Luc
041658ddb2 fix missing sanity check if BT 2025-06-18 13:06:33 +08:00
Luc
0b8dc3af1e Update esp3d_commands.cpp
Override new behavior in Marlin that prevent error to update screen e.g: No SD Card -> IP is not displayed because M117 is locked, so always unlock M117 output
Do not affect M111 because it is user key, so he can type M117 first to unlock if necessary, the fix only apply to auto M117 output
2025-04-26 14:18:50 +08:00
Luc
1a0928ed3b Fix serial2socket module lock after a while 2025-04-14 16:59:01 +08:00
Luc
6e439231e3 Fix WDT error message when doing formating
Bum version
2025-04-13 14:40:44 +08:00
Luc
3f60af3ac1 Update esp_sd.cpp 2025-03-26 15:15:46 +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
E2D
8104887442
Fixed the issue that ESP201 cannot display the ANALOG pin value. (#1083) 2025-03-17 15:19:39 +08:00
E2D
d0bde79aec
Fixed FTP client connection logic with accept(); updated service config format. (#1082) 2025-03-16 17:02:39 +08:00
E2D
429007b349
Buzzer bug fixed. (#1081)
* Adjusted buzzer initialization logic to support ESP-IDF 5.1.1, added conditional compilation to be compatible with older versions

* Update buzzer.cpp
2025-03-14 23:17:13 +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
E2D
a57850afd6
Fixed the issue where Ethernet static IP cannot be set. (#1080) 2025-03-12 15:00:40 +08:00
Luc
750ef32921 Update wificonfig.cpp 2025-01-30 16:51:56 +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
00ed69275b Update configuration.h 2024-12-10 19:53:48 +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
539d9fefa8 Ajust code for ethernet
Bump version
2024-12-09 17:46:55 +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
b6a7add333 Remove wrong sanity check
Fix confusing comment
2024-11-03 17:56:37 +01:00
Luc
b892b3f909 Add more data in ESP420 for USB Port when connected 2024-10-20 20:59:59 +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