Add cJSON parser

This commit is contained in:
Lorow
2024-11-09 20:18:09 +01:00
parent 89f8d23421
commit 0b0318bc99
3 changed files with 3446 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "cJSON/cJSON.c"
INCLUDE_DIRS "cJSON"
)