mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-08 17:15:38 +00:00
merge fixup
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user