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
2d32b4f7e6
bump version
2020-12-22 15:56:21 +01:00
Luc
06c3796bb4
Fix type for [ESP110] parameters thanks @Patronics for pointing it
...
Fixs stings with ' not handled properly and corrupt JSON files in [ESP400]
2020-07-10 18:02:37 +02: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
af0d8a0a9d
Fix max data limit from 128 to 127 due to miscaculation and possible overlap
...
Thanks @TheMaskedDeveloper for pointing this out
2020-04-20 07:22:40 +02:00
Luc
cc2eac15a0
Try M29 without check sum first
2020-04-19 16:55:19 +02:00
Luc
205fa154b5
Remove debug flags
2020-04-19 16:31:25 +02:00
Luc
ae1c8bafae
Add option to disable Serial check sum
2020-04-19 16:03:25 +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
c8007cca38
Fix garbage sent to websocket when using as debug
2020-04-19 10:57:12 +02:00
Luc
6df87a9602
echo to websocket : serial in and out
2020-04-18 18:44:34 +02:00
Luc
d7aa86ce68
Update config.h
2020-04-01 22:02:18 +02:00
Luc
8c7b237c09
Fix typo with notification
2019-09-08 15:43:54 +02:00
Luc
7b2d4612df
Add auto notification setting
...
Alllow to automaticatilly send notification when device is online
2019-09-08 10:48:28 +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
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
d39ea079fa
Add [ESP290] command per @josedpedroso
...
fix #364
2019-08-27 13:50:48 +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
717754eb3e
Fixes #349
...
allow to disable serial (tested on esp8266 not yet esp32)
2019-08-01 10:31:30 +02:00
Luc
664b03f2b5
Fix notification email failed
...
fix email not connecting to server thanks @maciak
2019-07-14 16:34:40 +02:00
Luc
9e1f7eca08
remove damned space that is not supposed to be there
...
thanks @rafaljot
2019-07-13 18:02:26 +02:00
Luc
abe7546493
Workaround for incomplete output with MArlin 2.X at cold boot
2019-06-25 21:43:26 +02:00
Luc
02264b8da5
Update Readme
...
Apply style to code
2019-06-21 19:10:33 +02:00
Luc
4d6bac193a
Fix open network connection (no password)
2019-06-21 18:43:49 +02:00
Luc
1d7b3ff83f
Add MKS TFT support
2019-06-17 22:41:10 +02:00
Luc
1cf2744bad
Add Notifications
...
Add EEPROM version Check
Update embedded page content and build process
Move check sum ESP commands from ESP6XX to ESP5XX to let Notifications use ESP6XX
Update command.txt with latest commands
2019-06-07 11:52:57 +02:00
Luc
73ddd14519
Fix NetBIOS on ESP32 using sync lib
...
update Version to 2.1
2019-03-27 08:51:53 +01:00
Luc
8a20fca363
Remove reset reason
...
as it is not necessary anymore - no more in devt
2019-03-26 09:41:09 +01:00
Luc
1ed083d766
Setup 2.1
2019-03-19 15:04:58 +01:00
Luc
02bd840a7a
2.0
2018-07-04 18:56:39 +02:00
Luc
c95fe416f0
Not necessary with latest ESP32 git
2018-07-04 18:43:44 +02:00
Luc
dd08ae44d6
change version as now it is time to release
2018-04-26 08:52:43 +08:00
Luc
67b4054ca6
update WIFI_PS_MODEM to WIFI_PS_MAX_MODEM in ESP32
2018-04-26 08:26:22 +08:00
luc lebosse
3d0beea62c
Fix web update available size
2018-03-17 20:03:12 +01:00
luc lebosse
32b07c6740
Fix compilation if no Autentication
...
Update version for tracking
2018-03-02 20:38:02 +01:00
luc lebosse
1697f68f10
Clean code
2018-03-01 09:04:18 +01:00
luc lebosse
2714904c52
Fix bug reading Macro on SPIFFS
2018-02-24 21:35:01 +01:00
luc lebosse
13ee5e19e8
Merge Development version to master
2017-11-13 16:17:07 +01:00
luc lebosse
f546cb230c
Fix compilation with if no TCP_IP_DATA_FEATURE
2017-03-31 21:25:40 +02:00
luc lebosse
7626717d94
Fix compilation issue with DEBUG as SPIFFS
2017-03-29 20:38:18 +02:00
luc lebosse
2ca1d45111
Fix corrupted status with Marlin in some occasions
2017-03-29 09:23:05 +02:00
luc lebosse
bfe2f57b32
Fix wrong EEPROM for AP_PHY_MODE
2017-01-02 10:53:45 +01:00
luc lebosse
3a05adb1fe
Update version
2016-12-14 21:33:41 +01:00
Luc
6b21de310e
Add silent web command
...
do not wait answer if not necessary
2016-12-05 11:22:14 +01:00
Luc
1269e9b09a
Add more WD feed and flags check to save loop time
...
remove PURE_SERIAL define as useless now
2016-12-04 22:06:16 +01:00
Luc
0e749c454d
Add missing debug pipe
...
as some function need a defined pipe now for output
2016-12-04 16:52:06 +01:00
Luc
8f472a5161
Fix #132
...
Allow to read ESP command answer from data port and web port according
where command come from
2016-11-25 21:53:35 +01:00
luc lebosse
6641e4aa4f
Better handle and report failing upload
2016-11-24 15:32:43 +01:00
luc lebosse
eb8dd002fe
Allows RX buffer to be 512 instead of 128 in stable
2016-11-17 17:43:42 +01:00
luc lebosse
3dae051e0c
Fix #13 "wait" issue for pipe going to dead loop
...
Fix % not showing during FW update on lcd status
2016-11-11 16:11:10 +01:00