merge fixup

This commit is contained in:
btsimonh
2022-02-08 17:31:50 +00:00
parent dc95cafe18
commit 4174b08997
2 changed files with 13 additions and 7 deletions

View File

@ -136,10 +136,11 @@ static int http_rest_post(http_request_t *request){
return 0;
}
// currently crashes the MCU - maybe stack overflow?
static int http_rest_post_pins(http_request_t *request){
int i;
int r;
char tmp[256];
char tmp[64];
//https://github.com/zserge/jsmn/blob/master/example/simple.c
jsmn_parser p;