summaryrefslogtreecommitdiffstats
path: root/firmware/src/main/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/main/CMakeLists.txt')
-rw-r--r--firmware/src/main/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/src/main/CMakeLists.txt b/firmware/src/main/CMakeLists.txt
index ecce39d..0db536d 100644
--- a/firmware/src/main/CMakeLists.txt
+++ b/firmware/src/main/CMakeLists.txt
@@ -1,4 +1,4 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS ""
- REQUIRES "esp32-ssd1306" "esp_driver_gpio" "esp_driver_uart" "esp_wifi" "nvs_flash")
-#component_compile_options("-O0")
+ REQUIRES "esp32-ssd1306" "esp_driver_gpio"
+ "esp_driver_uart" "esp_wifi" "nvs_flash" "esp_http_server")