4 Commits

Author SHA1 Message Date
luc
beca36448f Add IP query command and Module reset command
"[ESP111]<pre display>" show IP with <pre display> command
"[ESP111]" will show 192.168.x.xxx
"[ESP111]M117 " will show M117 192.168.x.xxx

"[ESP888]RESTART" will show RESTART and restart module
2015-09-30 14:50:58 +08:00
Luc
b1796e9107 Add Support for Error/Info/Status message
allows to store and display : the 10 last error messages , the last info
messages, and the 10 last status changes
2015-06-10 22:03:18 +08:00
Luc
b981ffa4d6 Add support for basic front end
Show :temperatures, positions, speed and flow
Fix display bug in navigation bar
2015-06-08 21:30:20 +08:00
Luc
1046cd2201 Add backbone for command interpretation
no filtering, command pass from SERIAL to TCP, and TCP to SERIAL, but
are also stored to check if there is a [ESPXXX]<param>\n where XXX are
command number and <param> is a sequence of parameters ended by a \n
2015-06-08 21:30:19 +08:00