Commit Graph

12 Commits

Author SHA1 Message Date
Luc
97d590bdac Update libraries for nodejs
Adjust webpack.prod.js for new versions's parameters
2023-10-04 15:24:26 +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
9e0ab5f3b7 Sync with ESP3D 211
Code cleaning / add sanity checks
2022-09-05 13:50:39 +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
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
8150e35e6b Update ESP800 .cpp
Update embedded page according new ESP800 output
2022-03-16 18:59:20 +08:00
Luc
fa4c5a7731 Add new command to get the parameter without extra flag if any
Typo update for consistency
Update [ESP800] [ESP200] [ESP715] to be plain by default
Update embedded page to support new [ESP800]json=yes command
Update embedded page to link Marlin / ESP3DLib
Update embedded page builder for esplib sources
2022-03-09 18:25:52 +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
dependabot[bot]
66b9f80071 Bump hosted-git-info from 2.8.4 to 2.8.9 in /embedded
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.4...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 11:12:36 +00:00
dependabot[bot]
4a327cd2ad Bump y18n from 3.2.1 to 3.2.2 in /embedded
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 06:17:32 +00:00
dependabot[bot]
df9e71be27 Bump ini from 1.3.5 to 1.3.8 in /embedded
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 06:16:03 +00:00
Luc
71acbb28c7 Add websocket notification if any upload fail
Add more control during upload (SD/SPIFFS/Update)
Fix SD card > 4GB size calculation
Fix Apple Captive portal blocking websocket
Add auto mount for SD commands
Use latest embedded page
Display ESP3DLib Version in [ESP800] output
Force sleep mode to be none at start
2020-01-16 21:38:19 +01:00