mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
parent
26572bb850
commit
5015409af6
@ -1209,7 +1209,11 @@ void CmndGpio(void)
|
|||||||
if (jsflg2) {
|
if (jsflg2) {
|
||||||
ResponseClear();
|
ResponseClear();
|
||||||
} else {
|
} else {
|
||||||
ResponseCmndChar(PSTR(D_JSON_NOT_SUPPORTED));
|
if (jsflg) {
|
||||||
|
ResponseJsonEnd();
|
||||||
|
} else {
|
||||||
|
ResponseCmndChar(D_JSON_NOT_SUPPORTED);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user