Update HomeSpan.cpp
This commit is contained in:
parent
bd97eb46ff
commit
ccf694e186
|
|
@ -222,7 +222,7 @@ void Span::pollTask() {
|
||||||
if(!serialInputDisabled && Serial.available()){
|
if(!serialInputDisabled && Serial.available()){
|
||||||
readSerial(cBuf,64);
|
readSerial(cBuf,64);
|
||||||
|
|
||||||
if(strncmp(cBuf, "IMPROV", 6) == 0) {
|
if(strncmp(cBuf, "IMPROV", 6) == 0) { // check for an Improv-Serial command, see https://www.improv-wifi.com/serial/
|
||||||
processImprovCommand(cBuf, this);
|
processImprovCommand(cBuf, this);
|
||||||
} else {
|
} else {
|
||||||
processSerialCommand(cBuf);
|
processSerialCommand(cBuf);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue