mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-11 15:45:40 +00:00
uart fake hex can now take hex with spaces, also fix warning
This commit is contained in:
@ -477,6 +477,7 @@ static int http_obk_json_channels(void* request, jsonCb_t printer) {
|
||||
}
|
||||
}
|
||||
printer(request, "}");
|
||||
return 0;
|
||||
}
|
||||
// Test command: http://192.168.0.159/cm?cmnd=STATUS%204
|
||||
static int http_tasmota_json_status_MEM(void* request, jsonCb_t printer) {
|
||||
|
||||
Reference in New Issue
Block a user