uart fake hex can now take hex with spaces, also fix warning

This commit is contained in:
openshwprojects
2023-04-13 10:23:48 +02:00
parent 9b1ee8de8d
commit 9adb991274
2 changed files with 18 additions and 1 deletions

View File

@ -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) {