Commit Graph

270 Commits

Author SHA1 Message Date
Luc
44f7fbb614 Update build-ci.yml 2023-10-05 15:43:04 +08:00
Luc
5abd70501e Add code base for CI 2023-10-05 14:58:29 +08:00
Luc
97d590bdac Update libraries for nodejs
Adjust webpack.prod.js for new versions's parameters
2023-10-04 15:24:26 +08:00
Luc
e3d91a8234 Remove space in name 2023-03-07 16:47:45 +08:00
Luc
1fbc7f2e82 Add missing space for proper translation detection part 2023-03-06 15:17:28 +08:00
Luc
300ee5c000 Sync with latest ESP3D V3 code (a222)
Bug fixes for:
*  empty passwords SSID not supported
* changes due to latest core
*  several typos
*  better ethernet support
*  sensor support improvement
* C3 Serial definition
2023-03-06 14:32:55 +08:00
Luc
4a9b02abba Work around empty sd card begin generate a WDT error on SDFat 2 2022-11-01 13:37:31 +08:00
Luc
951f1347bc Fix scripts do not handle empty line and stop like it is end of file 2022-09-22 15:43:05 +08:00
Luc
db978d3f8b Hard code websocket sub protocol in embedded page
Allow to customize SDIO pins like in ESP3D
Use ISO 8601 date time format for ESP140 and ESP800
Fix websocket disconnection during long upload / download
Change download packet from 1024 to 2048
Bump version
2022-09-11 19:06:02 +08:00
Luc
52b11e8c1f Fix SD is not automaticaly mounted on printer after access 2022-09-05 17:41:52 +08:00
Luc
00b2a548e2 Fix random crash on compilation 2022-09-05 16:54:36 +08:00
Luc
9e0ab5f3b7 Sync with ESP3D 211
Code cleaning / add sanity checks
2022-09-05 13:50:39 +08:00
Luc
2e959adfea Update README.md
Signed-off-by: Luc <8822552+luc-github@users.noreply.github.com>
2022-08-29 09:21:38 +08:00
Luc
97f75fa880 Sync with ESP3D a210
Fix rmdir not deleting not empty directories
Add ESP3D in mDNS txt and ESP3D_CODE_BASE
Remove unecessary headers and now rely mostly on MarlinConfig.h (cardReader.h is still necessary for the moment)
Fix inline help of outdated flags
2022-08-24 11:55:56 +08:00
Luc
e79e529aac Sync with ESP3D V3 a204
Update README.md
Add Configuration.md
Add missing configuration flags
2022-08-10 10:41:40 +08:00
Luc
24c3c9fe8e Update settings_esp3d.cpp
Add sanity check to avoid error if preferences key does not exists (which should never happen if user do a proper reset)
2022-07-18 10:35:47 +08:00
Luc
e476de9198 Update recovery_service.cpp 2022-06-19 15:59:13 +08:00
Luc
1e6e18e72f Sync with ESP3D
Fix TIMESTAMP Compilation crash
Add missing sanity check if pin -1
Remove snapshot screen [ESP216]
Display pin real value in ESP220 if value is -1
2022-06-19 14:59:15 +08:00
Luc
a4919eab60 Sync with ESP3DLib
Bug fixes : Wifi Sta / Ethernet / Camera / typo
2022-06-11 18:58:50 +08:00
Luc
bf4fd7c0ad Update README.md 2022-06-01 17:16:14 +08:00
Luc
6fed4ccc48 Update version to 3.0 2022-06-01 17:15:49 +08:00
Luc
95450b7ea9 Sync with ESP3D 3.0 alpha2 2022-06-01 16:57:21 +08:00
Luc
706a355593 Update embedded page like esp3d
Add disconnect button
Add error message if invalid authentication
Allow to use enter to move from login user ->login password -> submit
Add spellcheck="false" autocorrect="off" autocomplete="off" to all input text
Update packages version per security audit
2022-05-30 14:35:56 +08:00
Luc
634a5b7e40 Fix compilation failed with authentication enabled
Add images source for animated logo
2022-05-30 09:57:29 +08:00
Luc
1828553553 Create Features.md 2022-05-23 15:57:51 +08:00
Luc
d7c283f76b Fix typo 2022-05-19 17:55:24 +08:00
Luc
d35c4e1c82 Sync FTP server code from ESP3D 2022-05-10 12:36:31 +08:00
Luc
b93b2db7c9 Sync with ESP3D for WebDav fixes 2022-05-09 14:19:51 +08:00
Luc
d755c0628b Enable WebDav -WIP
Sync with ESP3D and fixes
2022-05-08 19:38:15 +08:00
Luc
3d6917cbed Update wificonfig.cpp 2022-05-05 10:24:40 +08:00
Luc
5fcb82823d Update esp3dlib.cpp 2022-05-03 18:21:10 +08:00
Luc
b4fbb1dbc7 Update esp3dlib_config.h
Fix bad sync !!!
2022-05-03 15:59:15 +08:00
Luc
83b60cb8d7 Fix SD pins not detected in ESP3DLib 2022-05-03 15:43:40 +08:00
Luc
9eee438b3c Update esp3dlib_config.h 2022-05-03 08:54:37 +08:00
Luc
96c35c077e Update esp3dlib_config.h 2022-05-03 07:41:39 +08:00
Luc
c6c7e132e0 Change SDSS to SD_SS_PIN 2022-05-03 07:31:13 +08:00
Luc
17b2152275 Add ESP220
Disable the SHARED_SD_PIN by default
2022-05-03 07:28:07 +08:00
Luc
b49c58f86c Sync with ESP3D V3 2022-05-03 05:21:21 +08:00
Luc
2944ebe8f4 Sync with ESP3D 2022-04-29 20:33:16 +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
98ea169b86 Fix crash in AP mode on some Android phone 2022-04-19 21:32:22 +08:00
Luc
0ca41f5695 Update esp3dlib_config.h 2022-04-18 18:08:39 +08:00
Luc
8ceed5c16e Update Websocket library 2022-04-18 12:49:59 +08:00
Luc
d6ec5dc4e0 Update mks_service.cpp
Astyle format
2022-04-18 10:00:59 +08:00
Luc
4f3932ae78 Sync with esp3d-refactoring 2022-04-16 08:48:56 +08:00
Luc
65b648de0f Sync with ESP3D V3 refactoring
Add temporary conditions for S3
2022-04-16 07:58:52 +08:00
Luc
10f2398792 Fix bug with websocket disconnected during long download
and become a ghost socket only visible by socket server but which took  12s to  handle when pushing message - slowing down all broadcasts
2022-04-15 20:30:04 +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
ff14b8f473 Fix wrong default fallback mode 2022-03-30 21:03:17 +08:00