49 Commits

Author SHA1 Message Date
Julien Staub
629f94981b
add spaces in commands because they are needed (#770) 2022-06-02 10:28:40 +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
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
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
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
7b2d4612df Add auto notification setting
Alllow to automaticatilly send notification when device is online
2019-09-08 10:48:28 +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
717754eb3e Fixes #349
allow to disable serial (tested on esp8266 not yet esp32)
2019-08-01 10:31:30 +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
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
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 lebosse
32b07c6740 Fix compilation if no Autentication
Update version for tracking
2018-03-02 20:38:02 +01:00
luc lebosse
5f3c2e91db Fix Authentication flag not transmited in macro [ESP700]
Fix also doc for [ESP201]
Thank you @Gi0cas
2018-03-02 20:26:59 +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
2ca1d45111 Fix corrupted status with Marlin in some occasions 2017-03-29 09:23:05 +02:00
luc lebosse
6cbb11ddf0 add command to get FW target 2016-12-14 21:28:10 +01:00
Luc
29e835d101 Fix issue with latest marlin
some answer start with ok , so remove the filter on ok
2016-12-05 06:05:52 +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
99578de542 Add a check and counter if printer is heating
to avoid to go in long loop when sending command
2016-12-04 17:13:42 +01:00
Luc
ae822a6bbf Avoid to fire WD if long output from Serial 2016-12-04 16:53:27 +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
cbd369165d fix missing check for command 2016-11-11 13:38:59 +01:00
luc lebosse
5aebdb5a60 Merge from upstream
Add TCP debug
Add monitor for command sent
Fix random issue when listing SD file as Flag may be incomplete
2016-11-10 21:13:16 +01:00
Luc
e33e83771d Fix error with Pin selection and ESP201
add seting to select input or input pull up
add more debug log
2016-10-30 23:44:28 +01:00
luc lebosse
3ee67c022b Apply astyle --style=otbs *.h *.cpp *.ino 2016-10-09 10:40:17 +02:00
Luc
9ccf1ec7ed Add direct pin support using ESP201 2016-09-28 10:45:31 +08:00
Luc
a7aedc5599 Rewrite ESP commands
add password protection if authentication is set
2016-09-26 21:31:01 +08:00
luc lebosse
fa32959963 Rename last esp8266 reference to ESP3D 2016-09-05 15:34:36 +02:00
luc lebosse
18210a9cc7 Sync with devt git
Move helper functions to static class CONFIG
Separate STA and AP information in EEPROM (IP, mode, etc)
Allow to change AP or STA data without set as default mode
Reorg the wifi setup
Add 2 safe mode - if mode is client and failed got to AP with EEPROM
setting, if AP failed use default value for AP mode
prepare code for SD Direct access
2016-09-05 13:59:35 +02:00
luc lebosse
2728b467a1 Code Cleaning
Implement define for MONITORING_FEATURE and MSG_FEATURE
Add better FM for SD Files
Light review of printer UI to separate sections
Add more control on Serial commands
Fix Github address
Change version to 0.8.0
Change default baud to 115200
Add Marlinkimbra support
2016-08-21 17:11:50 +02:00
luc lebosse
014839f953 Add command for hostname
Fix possible buffer overload when using serial command
add missing flags in config report
2016-08-08 13:07:35 +02:00
luc lebosse
7c0afb3f0c Add ESP700 command
Send file line by line from SPIFFS: [ESP700]<file name>
for macro purpose
2016-07-08 15:48:01 +02:00
luc lebosse
a1d2d238c8 Fix display when no Authentication is set
hide login/password menu and pages access
2016-07-04 17:58:26 +02:00
luc lebosse
5296770703 Allow to have admin and user authentication
admin is  for wifi / esp settings
user is for printer settings
admin and user ID can be defined in config.h
[ESP555]<admin password> allows to reset user password to default one
2016-07-04 17:27:03 +02:00
luc lebosse
3d92f78eca Fix SD File listing incomplete as still processing
Separate M20 command from file listing to give time to get the complete
file list before sending the list

Change SDK function system_get_time and wifi_get_opmode to use wrapper
ones and avoid to include user_interface.h if not necessary
2016-06-29 18:42:00 +02:00
luc lebosse
bc14f45092 fix uninitialized variable 2016-06-28 13:25:13 +02:00
luc
713d4764fb Change name to ESP3D
Thanks to @openhardwarecoza and @TRoager  for the idea and feedback
2016-06-09 10:23:20 +02:00