Luc
ea07b30b04
add tools for serial stress
2024-09-08 17:53:11 +08:00
Luc
4b01d89095
Fix Internet Time on ESP32
2024-09-08 08:46:26 +08:00
Luc
6f6c1842ce
Add TFT Simulator tool to test ESP board with ESP3D without printer o cnc
2024-09-07 14:34:19 +08:00
Luc
78af070bb7
Update WebSocket library
2024-09-07 09:21:36 +08:00
Luc
cd5cbecc63
Update ethconfig.cpp
2024-09-05 19:12:51 +08:00
Luc
2f7e0d63a6
Bump version for proper tracking
2024-09-05 16:29:29 +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
8deab1f06c
Remove problematic log
2024-08-25 19:46:02 +08:00
Luc
51bb94a5a3
Lua engine replacement ( #1042 )
...
Use EspLuaEngine 1.0.1
2024-08-24 12:23:41 +08:00
Luc
4e6dc657ee
Update README.md
...
Signed-off-by: Luc <8822552+luc-github@users.noreply.github.com>
2024-07-19 19:08:25 +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
d26f7af54e
FIx wrong single quote setting
2024-05-30 09:40:28 +08:00
Luc
e2afd80a3b
Fix missing check in ESP220
2024-05-30 07:14:49 +08:00
Luc
75f5a12f4d
Update format_sources.py
2024-05-29 16:05:11 +08:00
Luc
ea1eb83a28
Add Script to parse all c/cpp/h/ino files and format them using clang-format with Google style
...
Update style to some files with clang-format using Google style
Add Script to parse all embedded js/css files and format them using prettier based on .prettierrc config file
Update style to embedded js/css files with prettier
2024-05-29 15:10:47 +08:00
Luc
9a597ca940
Update extra_script.py
...
allow variable space in define line for the library need checking
2024-05-29 08:36:51 +08:00
Luc
0614ae21a3
Update ESP420.cpp
2024-03-31 14:04:10 +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
45db145a19
Update README.md
...
Signed-off-by: Luc <8822552+luc-github@users.noreply.github.com>
2024-03-23 09:19:03 +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
dac957c092
Update SSDP library in correct directory orz...
2024-03-22 10:47:14 +08:00
Luc
6e7adb97af
Update SSDP library to 1.2.1
2024-03-22 10:46:12 +08:00
Luc
6027c39df3
Fix typo in platformio thank @ilko-k to pointing this out
2024-03-22 10:25:51 +08:00
Luc
06a7ac3afd
C3 patch to lower tx power if board do not start ( #1011 )
...
* Patch for ESP32-C3 - WIP
* remove unecessary code
2024-03-20 15:18:33 +08:00
Levak
6b9f57bde0
Add UICPAL ESP32S3 Camera pins ( #1004 )
2024-03-03 07:06:38 +08:00
Luc
b1d5192802
Update esp3d_hal.cpp
2024-02-15 14:55:26 +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
97508d9617
Fix typo in ESP700 thanks @levak for pointing this out
...
Fix API change in SDIO for 1bit set pin and 4 pins set pins
2024-02-11 08:58:42 +08:00
Luc
126a0ee1b3
Add missing ; thanks @levak for pointing this out
2024-02-11 08:28:02 +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
2c1661007d
ESP214/ESP212 and hooks ( #999 )
...
* Add expandString to ESP214
* Implement ESP212 for sending text to printer screen (M117)
* Implement hooks for got IP and got DateTime
* Allow finish processing current stream before adding new one instead of reject
* Add parmeter to expandString to escape space
* Update notifications_service.cpp
* Add sanity check for hooks and autoscript
2024-02-08 17:32:24 +08:00
Marcel Hoyer
ec7c422f7f
fix NotificationsService::sendMSG() when DISPLAY_DEVICE enabled. Missing .c_str() ( #998 )
2024-02-07 08:26:21 +08:00
Luc
3474edcd03
Add a function to expand string with ESP variable
...
Implement expandString function in Notifications Message as POC
2024-02-05 21:01:22 +08:00
Luc
cc7c2cfc73
Add some sanity check to avoid buffer overflow
2024-02-05 15:13:49 +08:00
Luc
d8f84b94d9
Fix issue raised by @rondlh
2024-02-05 14:09:13 +08:00
Luc
47b206a0b8
Remove unused old code thanks @rondlh
...
Add 1000000 and 2000000
2024-02-05 10:10:41 +08:00
Luc
e471be57a6
Fix #995
...
Add esp8285 env
2024-02-02 10:08:59 +08:00
Luc
4a20cc01f4
Update ESP999.cpp
...
Fix typo
2024-01-25 14:53:30 +08:00
E2D
ad7706f334
Update bmx280.cpp ( #993 )
...
fix bmx280 sensor bug.
Signed-off-by: E2D <engineer2designer@gmail.com>
2024-01-24 11:51:07 +08:00
E2D
b6a720f96a
Update esp3d_commands.cpp ( #992 )
...
fix [ESP250] command,if no DISPLAY_DEVICE.
Signed-off-by: E2D <engineer2designer@gmail.com>
2024-01-23 12:30:46 +08:00
Luc
13cdc37a1e
Merge branch '3.0' of https://github.com/luc-github/ESP3D into 3.0
2024-01-19 15:48:31 +08:00
Luc
dfe6004b68
Update configuration.h
2024-01-19 15:48:28 +08:00
Luc
3b8336fbc1
Update build-esp3d.sh
2024-01-16 14:26:37 +08:00
Luc
219cde891b
Update serial_service.cpp
2024-01-16 13:43:14 +08:00
Luc
1466fa770d
Fix typo
2024-01-09 22:43:15 +08:00
Luc
e5f38a997f
Merge branch '3.0' of https://github.com/luc-github/ESP3D into 3.0
2024-01-04 17:03:02 +08:00
Luc
0fc374bb16
Fix missing defined
2024-01-04 17:02:52 +08:00