150 Commits

Author SHA1 Message Date
Luc
606cc3f0ff Update libraries for nodejs
Adjust webpack.prod.js with new versions's parameters
2023-10-04 15:17:14 +08:00
Luc
ff5e04627c 3.0 code base 2023-10-02 19:55:18 +08:00
Luc
b62247ac56
reorder the AP mode according latest doc (#905)
update platformio.ini to be compatible with latest update
2023-03-19 14:39:19 +08:00
Julien Staub
629f94981b
add spaces in commands because they are needed (#770) 2022-06-02 10:28:40 +08:00
Luc
6a963d77e1 Bumb devt version 2022-05-16 13:18:49 +08:00
Luc
c222cda747 Set version for release
Add changelog
2022-05-16 13:17:14 +08:00
Luc
3d450f0ccd Add missing index.html.gz (use english mono language) 2022-05-11 08:09:50 +08:00
John Bain
f80b247f38
Added support for IFTTT Webhook integration (#708)
* first push

* modified post to work with IFTTT

* working but returning wrong error code

* command successfully being sent to, IFTTT

* resolved issue with ESP600 returing "Wrong Command
2022-01-15 14:05:56 +08:00
Luc
ecf48fe89d Fix compilation issues with latest esp32 core git (1.0.5rc) 2021-02-21 09:11:02 +01:00
Luc
ccd699fea6 Update syncwebserver.cpp
Fix typo
2021-02-08 08:50:17 +01:00
Luc
442d95b151 Update wificonf.cpp
Set Gateway as DNS in STA Static IP mode
2021-02-04 17:16:55 +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
a4044c4b91 Hide warnings in updater only mode 2020-12-22 19:27:01 +01:00
Luc
0b193fb1b6 Fix warnings in PIO 2020-12-22 17:05:41 +01:00
Luc
2d32b4f7e6 bump version 2020-12-22 15:56:21 +01:00
Luc
99b6261aa4 Add check for command parameter, to be sure is the expected parameter and not a part of bigger one
Add check pin number and value number are actually number to use them in [ESP201]
Add check on [ESPXXX command to recognize it when command start by [ESPXXX or something not bigger than`echo: [ESP`
Thanks @treeplesk for raising these case
2020-12-22 15:40:20 +01:00
Luc
fa863105fe Fix several warnings in code and libs 2020-11-30 13:46:50 +01:00
Luc
1a5c0e8a20 move 3.0 branch link to wiki
add docs in wiki (need to change txt format to md format in futur)
remove outdated webUI
2020-10-04 10:42:53 +02: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
44747339dd Fix timeout in web command
Add
2020-04-18 18:43:43 +02:00
Luc
d7aa86ce68
Update config.h 2020-04-01 22:02:18 +02:00
Luc
983d229ee8
Update esp3d.cpp
add missing mdns.update(); for ESP8266 in loop thanks @dmonty2 for pointing this
2020-02-29 20:35:44 +01:00
Luc
6a5696b3e7 use latest esp32 core for platformIO
fix unused variable
2019-09-12 11:50:04 +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
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
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
1bdcc4f597 Update esp3d.cpp 2019-07-31 09:13:40 +02:00
Luc
89cf310728 Fix for esp8266 new core Thanks @D-A-V 2019-07-31 08:47:13 +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
1b63173e46 Fix warning 2019-06-30 16:16:32 +02:00
Luc
7aab073d55 Remove debug code no more used 2019-06-29 13:50:50 +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