chore: import local project into Gitea
This commit is contained in:
14
main/CMakeLists.txt
Normal file
14
main/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
idf_component_register(
|
||||
SRCS "main.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES
|
||||
esp_wifi
|
||||
esp_event
|
||||
esp_netif
|
||||
nvs_flash
|
||||
esp_lcd
|
||||
driver
|
||||
esp_http_client
|
||||
esp_timer
|
||||
cjson
|
||||
)
|
||||
Reference in New Issue
Block a user