Initial commit for ESP32
This commit is contained in:
7
esp32/main/CMakeLists.txt
Normal file
7
esp32/main/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
idf_component_register(
|
||||
SRCS "main.cpp" "protocol.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES nvs_flash esp_wifi esp_netif freertos log cjson
|
||||
)
|
||||
# добавляем кастомный Kconfig
|
||||
set(COMPONENT_KCONFIG "Kconfig")
|
||||
Reference in New Issue
Block a user