From 84e7a2b2ba0d6016c6f3d6504491c39505f45319 Mon Sep 17 00:00:00 2001 From: franchioping Date: Wed, 18 Mar 2026 21:40:27 +0000 Subject: [PATCH] add esp32 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..3350b64 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +idf_component_register( + SRC_DIRS "." + INCLUDE_DIRS "." + REQUIRES arduino-esp32 esp32_Adafruit_Sensor esp32_Adafruit_BusIO +)