diff options
Diffstat (limited to 'firmware/src/main/CMakeLists.txt')
| -rw-r--r-- | firmware/src/main/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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") |
