From f31aa3261e76b6aceede2024adcf7eca11b5a145 Mon Sep 17 00:00:00 2001 From: franchioping Date: Wed, 18 Mar 2026 15:43:53 +0000 Subject: [PATCH] added idf.py support --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..189c7d1 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +idf_component_register( + SRC_DIRS "src" + INCLUDE_DIRS "." "src" + REQUIRES arduino-esp32 +)