HB, OTA etc
This commit is contained in:
@@ -1,8 +1,30 @@
|
||||
idf_component_register(
|
||||
SRCS "main.cpp" "protocol.cpp" "wifi_manager.cpp" "system_init.cpp" "time_sync.cpp" "adc_reader.cpp" "ringbuf.cpp" "sampler_task.cpp" "sender_task.cpp"
|
||||
SRCS "main.cpp"
|
||||
"protocol.cpp"
|
||||
"wifi_manager.cpp"
|
||||
"system_init.cpp"
|
||||
"time_sync.cpp"
|
||||
"adc_reader.cpp"
|
||||
"ringbuf.cpp"
|
||||
"sampler_task.cpp"
|
||||
"sender_task.cpp"
|
||||
"ws.cpp"
|
||||
"gpio_init.cpp"
|
||||
"ds18b20.cpp"
|
||||
"heartbeat_task.cpp"
|
||||
"fw_command.cpp"
|
||||
"json_utils.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES nvs_flash esp_wifi esp_netif freertos log cjson esp_timer esp_adc esp_websocket_client
|
||||
REQUIRES nvs_flash
|
||||
esp_wifi
|
||||
esp_netif
|
||||
freertos
|
||||
log
|
||||
esp_timer
|
||||
esp_adc
|
||||
esp_websocket_client
|
||||
driver
|
||||
esp_driver_gpio
|
||||
)
|
||||
# добавляем кастомный Kconfig
|
||||
set(COMPONENT_KCONFIG "Kconfig")
|
||||
Reference in New Issue
Block a user