diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..f1f7572 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +idf_component_register(SRCS + "main/esp32-wifi-manager.c" + + INCLUDE_DIRS "include" + REQUIRES nvs_flash +)