Commit Graph

35 Commits

Author SHA1 Message Date
Luc
242aa94b0d Update esp3dlib.cpp 2025-03-27 21:08:47 +08:00
Luc
bdba40fbaf Update esp3dlib.cpp 2025-03-27 20:53:39 +08:00
Luc
a74608afa2 Update esp3dlib.cpp 2025-03-20 20:13:44 +08:00
Luc
ac20d3df72 Sync with ESP3D 3.0
some fix for esp32 core 3.0.4 / idf 5.1.4
2025-03-20 18:49:05 +08:00
Luc
98a70788b4 Sync with latest ESP3D Code
Add scripts to format c/cpp/h/js/css/scss files
2024-05-30 10:14:46 +08:00
Luc
c09d3c65eb Fix compilation issues 2023-12-16 16:39:21 +08:00
Luc
5fcb82823d Update esp3dlib.cpp 2022-05-03 18:21:10 +08:00
Luc
1a101e43a3 Update esp3dlib.cpp
Add temporary workaround for S3 until function is implemented
2022-04-22 13:38:46 +08:00
Luc
67ce53cd2d Add isSdUsed() query for third party 2022-04-20 18:00:54 +08:00
Luc
dae26ab949 Fix SSDP use old API
Remove debug
Add Flag to pause socket2serial when doing upload/download
Fix Bug in serial2sock which use timeout instead of \n\r to trigger flush
2022-04-15 12:24:28 +08:00
Luc
afccedd91f Remove the ESP901 as duplicate with ESP150
Fix crash at start due to cuncurrence of serial access and task creation
Use idle task to start faster the wifi
Avoid echo of command to serial - allow only answers but esp ones
2022-03-27 22:13:45 +08:00
Luc
818d810257 Remove custom ESP32 analogWrite to use new added one
Use new ESP32 ADC channel definition for  tone
add new WDT function for ESP32
comment DISABLE_WDT_CORE_0 for the moment
2022-02-26 14:57:06 +08:00
Luc
f40f030f57 Update esp3dlib.cpp 2022-02-21 14:56:06 +08:00
Luc
1c99c73a3d Use generic define for ESP3DLib to trigger some conditions
Add Some define to disable/enabling  WDT on core 0 when using webserver (OFF by default), disable WDT on ESP3DLib task only instead of Core 0 (ON by default)
2022-02-18 12:38:31 +08:00
Luc
a1f83c599b Allow to compile Marlin using Arduino IDE
Put all reference to Marlin header in esp3dLib_config.h for simplifcation
Use ESP3D3.0 embedded page ( not yet modified with Marlin link)
2022-02-16 16:13:55 +08:00
Luc
1d800a4150 Add more communication with marlin
Adjust ESP3DLib features in ESP400 420 800
2022-02-15 12:23:59 +08:00
Luc
53c8192689 rewrite code base using full original ESP3D code and adding condition instead of removing code
Add define for serial usage
Add new serial2socket module based on COMMUNICATION_PROTOCOL
Add workaround to allow compilation using LittleFS as FS
Note: no communication with Marlin is enabled yet !!! just compilation process pass for the moment as I needed to list all differences that need to be checked between ESP3D and ESP3DLib
2022-02-14 13:10:34 +08:00
Luc
7f23c7dde4 Add workaround to pass compilation
Update serial2socket code base to prepare bridge and broadcast data
2022-02-08 19:32:23 +08:00
Luc
403552a74b Backbone for minimal esp3dlib 2022-02-08 13:50:45 +08:00
Luc
73f39594ea Allow to change boot delay if serial tft is connected (#17) 2020-11-06 14:41:17 +01:00
Luc
d76ace8928 Dev (#16)
* Fix OTA size calculation wrong on big flash
* Simplify wait function
* Reduce ESP3DLib memory in task
* Fix no compilation with latest bugfix
* really test commit during travis test
2020-10-18 08:40:48 +02:00
Luc
80609a74e9 add define to override ESP3DLib task priority and core
rename task name for readibility
2020-02-17 14:07:24 +08:00
Luc
6cc1b250cf be sure WiFi is started to display IP when starting Marlin 2020-01-23 21:00:05 +08:00
Luc
d4089350d3 Add LCD output support to echo function
add idletask to be called after setup (need PR to Marlin to be called from marlin)
2020-01-23 18:45:11 +08:00
Luc
13c4a2e6fc Astyle + fix reset_settings warning 2020-01-09 15:16:31 +01:00
Luc
b8af52ecf3 Add ESP command to be handled from serial 2020-01-08 21:12:55 +01:00
Luc
3c69191a4e move wait and restart to esp3dlibconfig 2020-01-07 18:57:56 +01:00
Luc
c806e32ce9 rearrange code
use generic ESP3D define instead of Marlin ones
move configuration define in esp3dconfiglib
move output to  espcom
remove ARDUINO_ARCH_ESP32 as not necessary
make constistent initialization messages
2020-01-07 16:52:20 +01:00
Luc
a2e6ee9008 add custom parser bridge 2019-12-31 14:55:11 +01:00
Luc
cda37e9683 adjust path and fix some warnings 2019-12-30 16:27:51 +01:00
Luc
0ad225658d Fix compilation error 2019-12-30 11:24:43 +01:00
Luc
7ca4ff4447 Update esp3dlib.cpp 2019-12-30 11:16:55 +01:00
Luc
953d1ed181 Add condition on ESP3D_WIFISUPPORT 2019-12-30 11:08:46 +01:00
Luc
9da86a4446 fix path 2019-12-29 20:33:30 +01:00
Luc
3f4f4f7780 initial commit
not functional yet
2019-12-29 19:04:08 +01:00