Skip to content

Commit

Permalink
Ready for taggued version. Working code
Browse files Browse the repository at this point in the history
  • Loading branch information
electronick-co committed May 9, 2023
1 parent a444c6c commit 3e0a944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,9 @@ esp_err_t update_layer_url_handler(httpd_req_t *req)
}
// printf("\n");
}

cJSON *item;
i = 0;
cJSON *left_encoder_map = cJSON_GetObjectItem(payload, "left_encoder_map");
if (left_encoder_map == NULL)
{
Expand Down

0 comments on commit 3e0a944

Please sign in to comment.