From 1e1c0cf8dfd2ad7bd5d9ee620160b7363280284c Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Tue, 5 Nov 2024 01:15:13 +0100 Subject: Implement wifi connection --- firmware/src/main/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/src/main/CMakeLists.txt') diff --git a/firmware/src/main/CMakeLists.txt b/firmware/src/main/CMakeLists.txt index 55218ea..ecce39d 100644 --- a/firmware/src/main/CMakeLists.txt +++ b/firmware/src/main/CMakeLists.txt @@ -1,3 +1,4 @@ idf_component_register(SRCS "main.c" INCLUDE_DIRS "" - REQUIRES "esp32-ssd1306") + REQUIRES "esp32-ssd1306" "esp_driver_gpio" "esp_driver_uart" "esp_wifi" "nvs_flash") +#component_compile_options("-O0") -- cgit v1.2.3-71-gd317