15 Commits

Author SHA1 Message Date
Luc
ccd699fea6 Update syncwebserver.cpp
Fix typo
2021-02-08 08:50:17 +01:00
Luc
f1b31c6864 Fix wrong detection of [ESPXXX]Command if used in macro or web command and sent to printer using M118 2020-12-31 10:32:07 +01:00
Luc
fa863105fe Fix several warnings in code and libs 2020-11-30 13:46:50 +01:00
Luc
c63cc535c5 Fix random webupdate failed on ESP01 due to wrong sketch size
Add  #define USE_AS_UPDATER_ONLY option in config.h to build small updater
2020-05-10 14:41:31 +02:00
Luc
cc2eac15a0 Try M29 without check sum first 2020-04-19 16:55:19 +02:00
Luc
3291a90bf2 Add ESP3.0 log like support for socket debug in web files 2020-04-19 13:23:57 +02:00
Luc
44747339dd Fix timeout in web command
Add
2020-04-18 18:43:43 +02:00
Luc
6a5696b3e7 use latest esp32 core for platformIO
fix unused variable
2019-09-12 11:50:04 +02:00
Luc
46f2d27a7b Update syncwebserver.cpp
fix hard coded web error code
2019-09-03 15:50:13 +02:00
Luc
67be0d0512 Add more sanity check for Upload errors
add login icon in embedded
2019-09-03 09:04:56 +02:00
Luc
ecacea3c57 Update syncwebserver.cpp
small adjustments
2019-09-01 20:32:09 +02:00
Luc
732b3e719d 2rd rewrite of upload management error based on 3.0
Add file size before upload for SPIFFS and WebUpdate
new embedded page based on 3.0
- display fw version
   - menu link link to wiki / github
   - auto detection of index.html.gz when uploaded
   - websocket to limit to one instance
   - build batch to generate page and fw file
fix for Apple captive portal blocking websocket per @Nathan-ma suggestion
Fix update partition size in [ESP420] for ESP32
change versio to 36
2019-09-01 16:49:12 +02:00
Luc
f48ecfde47 per @spock64 suggestion add more check when upload
Add Wsocket message when upload is cancelled and so no info is sent to give root cause, need latest WebUI for catching these message
On embedded unlike in 3.0 websocket is not setup so only use the xnlhttp.onerror
change embeded version to 1.3.1
change version to 34
update npm when building embedded page to be sure environment is properly set
2019-08-24 14:18:16 +02:00
Luc
02264b8da5 Update Readme
Apply style to code
2019-06-21 19:10:33 +02:00
Luc
1ed083d766 Setup 2.1 2019-03-19 15:04:58 +01:00