From ee1f8f92fd0f4c150e934a5bdd49acf0fb223c48 Mon Sep 17 00:00:00 2001 From: Argetlam Date: Sat, 27 Apr 2024 18:43:32 +0200 Subject: [PATCH] Added ArduinoJson as requirement to the CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 619d5eb..28af791 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ if(ESP_PLATFORM) idf_component_register( SRCS ${CAYENNELPP_ESP_SOURCES} INCLUDE_DIRS src + REQUIRES bblanchon__arduinojson ) return()