add mod_dub (#16)

* add mod_dub

Signed-off-by: Dave Horton <daveh@beachdognet.com>

* remove some locks

---------

Signed-off-by: Dave Horton <daveh@beachdognet.com>
This commit is contained in:
Dave Horton
2024-03-12 09:56:49 -04:00
committed by GitHub
parent d6ae0a6a39
commit b606255206
27 changed files with 2062 additions and 79 deletions

View File

@@ -759,7 +759,7 @@ extern "C" {
if (w->speed) {
cJSON_AddStringToObject(jResult, "speed", w->speed);
}
char *json = cJSON_PrintUnformatted(jResult);;
char *json = cJSON_PrintUnformatted(jResult);
cJSON_Delete(jResult);