Skip to content

Commit

Permalink
Added ArduinoJson as requirement to the CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
argetlam-coder committed Apr 27, 2024
1 parent 408781d commit ee1f8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if(ESP_PLATFORM)
idf_component_register(
SRCS ${CAYENNELPP_ESP_SOURCES}
INCLUDE_DIRS src
REQUIRES bblanchon__arduinojson
)

return()
Expand Down

0 comments on commit ee1f8f9

Please sign in to comment.