mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 09:55:54 +08:00
添加智能灯固件代码
This commit is contained in:
24
firmware/esp-idf/wumei-smart-firmware/main/CMakeLists.txt
Normal file
24
firmware/esp-idf/wumei-smart-firmware/main/CMakeLists.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
set(COMPONENT_SRCS "main.c"
|
||||
"button.c"
|
||||
"common.c"
|
||||
"device_temp.c"
|
||||
"i2c_temp.c"
|
||||
"led.c"
|
||||
"lwip_sntp.c"
|
||||
"mqtt.c"
|
||||
"nvs_storage.c"
|
||||
"smart_config.c"
|
||||
"wifi.c"
|
||||
"http_server.c"
|
||||
# "mqtt_ssl.c"
|
||||
"native_ota.c"
|
||||
# "https_ota.c"
|
||||
# "statistic_free_rtos.c"
|
||||
# "statistic_perfmon.c"
|
||||
# "flash_encrypt.c"
|
||||
)
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ". include")
|
||||
set(COMPONENT_EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)
|
||||
set(COMPONENT_EMBED_FILES "www/home.html.gz" "www/prompt.html.gz" "favicon.ico" "www/upload_script.html" "spiffs/test.pem" "main/spiffs/test.pem")
|
||||
register_component()
|
||||
Reference in New Issue
Block a user