diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2023-10-06 23:22:42 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2023-10-06 23:36:44 +0800 |
| commit | 7fc10707d654aa154c28f16a06742fb5f0260b92 (patch) | |
| tree | 410d7ab4de8c60f113abc19ecfb1606652db93ae /main/CMakeLists.txt | |
| parent | 170d30bf548ea2e2196e14e413edf79563500e7f (diff) | |
| download | esp32-e-reader-7fc10707d654aa154c28f16a06742fb5f0260b92.tar.gz | |
Improve python script, SPI with DMA, deep sleep.
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 81b367e..0bfb5fc 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,3 +1,3 @@ -idf_component_register(SRCS "main.c" "epd.c" "util.c" +idf_component_register(SRCS "main.c" "epd.c" "wifi.c" EMBED_TXTFILES git_srht_cert.pem INCLUDE_DIRS ".") |
