From 674697a333c67d79a77ab12b3923922d77e882b5 Mon Sep 17 00:00:00 2001 From: Edvin Date: Tue, 14 Oct 2025 17:35:18 +0200 Subject: Initial commit --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') 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") -- cgit v1.2.3