Initial commit for ESP32
This commit is contained in:
4
esp32/components/cjson/CMakeLists.txt
Normal file
4
esp32/components/cjson/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(
|
||||
SRCS "cJSON.c"
|
||||
INCLUDE_DIRS "include"
|
||||
)
|
||||
Reference in New Issue
Block a user