diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..ec81932 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +idf_component_register( + SRC_DIRS "src" + INCLUDE_DIRS "src" + REQUIRES arduino-esp32 +) + \ No newline at end of file