Check for memory leaks

This commit is contained in:
2024-08-18 21:01:34 +02:00
parent 38197afd79
commit 05e347e80c
4 changed files with 34 additions and 1 deletions

View File

@ -33,6 +33,7 @@
"esp_log.h": "c",
"http_client.h": "c",
"string.h": "c",
"cjson.h": "c"
"cjson.h": "c",
"stddef.h": "c"
}
}