diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..dce9c2d --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +idf_component_register( + SRC_DIRS "." + INCLUDE_DIRS "." + REQUIRES arduino-esp32 +)