From 0d0a7817babbf5938b3a99411af550e1494e6c10 Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Sat, 2 Apr 2022 10:35:03 -0700 Subject: [PATCH] cmake idf compatibility --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt 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 +)