395 Commits

Author SHA1 Message Date
luc lebosse
4d8012d2f7 Add back the filter for smoothieware for subfolder
using M20 ESP3D cache
2017-03-30 22:01:58 +02:00
luc lebosse
f26e3c2608 Under marlin only files are listed
so no need to look after folder which could lead to false positif
For smoothieware the usage of M20 is not working for subfolder so use ls
instead and no need to use file cache
2017-03-30 21:27:35 +02:00
luc lebosse
7626717d94 Fix compilation issue with DEBUG as SPIFFS 2017-03-29 20:38:18 +02:00
luc lebosse
38d86c5f8a Fix javascript compatibility issue on send command 2017-03-29 13:31:04 +02:00
luc lebosse
5e81939a57 Put back missing refresh SD files list after upload 2017-03-29 09:40:47 +02:00
luc lebosse
2ca1d45111 Fix corrupted status with Marlin in some occasions 2017-03-29 09:23:05 +02:00
luc lebosse
9d49909f25 Update to follow esp core latest changes 2017-02-20 17:18:48 +01:00
luc lebosse
045c2ec807 fix images 2017-01-30 10:12:56 +01:00
luc lebosse
bfe2f57b32 Fix wrong EEPROM for AP_PHY_MODE 2017-01-02 10:53:45 +01:00
Luc
7288fab998 Update README.md 2016-12-31 18:14:51 +01:00
Luc
87238f0b21 add missing flags for 1.8.0 2016-12-31 18:10:34 +01:00
Luc
32a6876500 Update .travis.yml 2016-12-31 17:01:32 +01:00
luc lebosse
fb5353ca39 Image for wiki 2016-12-31 16:19:24 +01:00
Luc
101105aecb Update README.md 2016-12-31 15:41:54 +01:00
luc lebosse
a0f97eb784 Image for wiki 2016-12-31 15:31:36 +01:00
luc lebosse
6ed3fc5283 Images for wiki / documentation 2016-12-31 14:41:21 +01:00
Luc
2eda3ea494 Update README.md 2016-12-22 14:53:00 +01:00
luc lebosse
3a05adb1fe Update version 2016-12-14 21:33:41 +01:00
luc lebosse
6cbb11ddf0 add command to get FW target 2016-12-14 21:28:10 +01:00
luc lebosse
87b5720a16 Merge branch 'master' of https://github.com/luc-github/ESP3D 2016-12-14 21:23:12 +01:00
luc lebosse
730b7f2868 Fix typo 2016-12-14 21:12:31 +01:00
Luc
8e7e2ba761 fix bug with Extruder command 2016-12-06 20:50:40 +01:00
Luc
418453adab missing file from previous commit 2016-12-05 11:22:30 +01:00
Luc
6b21de310e Add silent web command
do not wait answer if not necessary
2016-12-05 11:22:14 +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
74b9516ccc avoid dead loop if continuous flow from serial
if continuous flow cannot purge so just empty current rx buffer and skip
2016-12-04 16:54:56 +01:00
Luc
ae822a6bbf Avoid to fire WD if long output from Serial 2016-12-04 16:53:27 +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
3397ac9c67 revert unwished changes 2016-12-04 16:44:53 +01:00
Luc
16a03d094b Do sent password to output 2016-12-02 16:04:19 +01:00
Luc
0385ce511d Missing update for JSON output 2016-12-02 15:43:33 +01:00
Luc
2a2dbf0d55 Allow to get JSON out put instead of HTML
just add output=JSON and query / answer is json format instead of HTML
2016-12-02 15:29:05 +01:00
luc lebosse
46d9ccbce5 Update docs for commands 2016-12-02 07:43:32 +01:00
Luc
d9ad1f9d3d Change LinkedList to GenLinkedList to avoid conflict
like with AsyncWebServer library
2016-11-30 10:57:21 +01:00
Luc
a40192fe67 Add index.html/index.html.gz as default /
if no file redirect to /HOME
2016-11-30 10:48:11 +01:00
Luc
104b6c8c55 Fix plain text display for html after plain text command 2016-11-28 06:43:15 +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
ec90a27e7e Space do not generate error anymore
so remove the limitation thanks @szepnorbee for the feedback
2016-11-24 15:38:02 +01:00
luc lebosse
6641e4aa4f Better handle and report failing upload 2016-11-24 15:32:43 +01:00
luc lebosse
e3bf7e4bf8 Fix if ESP restart but mainboard do not 2016-11-17 17:44:17 +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
luc lebosse
86cd23cfea Add some sanity check 2016-11-11 14:04:44 +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
546b74d444 show wiki links 2016-10-30 11:27:50 +01:00
luc lebosse
318a3050d1 Fix trailing spaces thanks @patrickelectric 2016-10-09 11:13:53 +02:00