← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-10-14 17:35:18 +0200
committerEdvin <[email protected]>2025-10-14 17:35:18 +0200
commit674697a333c67d79a77ab12b3923922d77e882b5 (patch)
treecf08bd17bcfb6f39716acb7a0b1fb47b6cba8ebd /CMakeLists.txt
Initial commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..df032e5
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,4 @@
+idf_component_register(SRCS "EZWIFI.c"
+ INCLUDE_DIRS "include"
+ REQUIRES "esp_wifi"
+ REQUIRES "nvs_flash")