mirror of https://github.com/arendst/Tasmota.git
parent
e359a775c2
commit
45ad78a680
|
@ -171,6 +171,8 @@ bool Rg15Command(void) {
|
|||
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("HRG: Received %*_H"), strlen(rg15_buffer), rg15_buffer);
|
||||
Response_P(PSTR("{\"" D_JSON_SERIALRECEIVED "\":\"%s\"}"), rg15_buffer);
|
||||
Rg15Process(rg15_buffer);
|
||||
} else {
|
||||
ResponseCmndDone();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue