diff options
Diffstat (limited to 'firmware/src/main/CMakeLists.txt')
| -rw-r--r-- | firmware/src/main/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/src/main/CMakeLists.txt b/firmware/src/main/CMakeLists.txt index 07686dc..55218ea 100644 --- a/firmware/src/main/CMakeLists.txt +++ b/firmware/src/main/CMakeLists.txt @@ -1,2 +1,3 @@ -idf_component_register(SRCS "hello_world_main.c" - INCLUDE_DIRS "") +idf_component_register(SRCS "main.c" + INCLUDE_DIRS "" + REQUIRES "esp32-ssd1306") |
