323 Commits

Author SHA1 Message Date
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
luc lebosse
d30ddc4ecf fix trailing spaces thanks @patrickelectric 2016-10-09 11:08:12 +02:00
luc lebosse
f5051e3335 Fix typos thanks @patrickelectric 2016-10-09 10:48:15 +02:00
luc lebosse
3ee67c022b Apply astyle --style=otbs *.h *.cpp *.ino 2016-10-09 10:40:17 +02:00
Luc
fabf6c133f Update README.md 2016-10-09 09:02:21 +02:00
Luc
9ccf1ec7ed Add direct pin support using ESP201 2016-09-28 10:45:31 +08:00
Luc
b3460b18f8 Remove debug flag by default 2016-09-26 21:33:05 +08:00
Luc
a7aedc5599 Rewrite ESP commands
add password protection if authentication is set
2016-09-26 21:31:01 +08:00
Luc
a7c4c44bfc Add reference to ESP8285 2016-09-26 21:25:37 +08:00
Luc
20e671822e Fix bug read EEPROM string add extra char 2016-09-22 17:07:30 +08:00
luc lebosse
127213fcb4 missing file 2016-09-08 15:16:05 +02:00
luc lebosse
af17fff2e0 put serial/tcp bridge in a class 2016-09-08 15:15:56 +02:00
Luc
36e0ab5f03 Update README.md 2016-09-08 14:31:19 +02: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
af283c8f23 Use correct calculation for signal/RSSI
if (RSSI <= -100) return 0;
if (RSSI >= -50) return 100;
return (2* (RSSI+100));
2016-08-09 01:32:44 +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
a7059bce51 Add Netbios support 2016-08-08 12:27:25 +02:00
luc lebosse
cd908616ed Temporary fix for SSDP
but properties feature is not working under windows 10 when ok under
windows 7
2016-08-08 12:07:20 +02:00
Luc
296d8574af Update README.md 2016-08-05 10:06:20 +02:00
luc lebosse
c57695fba8 add missing highlight for fan/bed/ext1/ext2 2016-07-25 08:54:27 +02:00
luc lebosse
809a0d790e Add list for Extruder list in position bar 2016-07-23 22:21:42 +02:00