1 Star 0 Fork 10

Leonard / esp-qcloud

forked from 乐鑫开源 / esp-qcloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
shixinke 提交于 2022-12-26 20:07 . feature: Some updates
idf_component_register(SRC_DIRS "src/console" "src/iothub" "src/log" "src/mqtt" "src/provisioning" "src/utils" "src/provisioning/qrcode/src"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "src/provisioning/qrcode/include"
REQUIRES "wifi_provisioning" "json" "mqtt" "app_update" "esp_https_ota" "console" "fatfs" "nvs_flash" "spi_flash")
target_compile_options(${COMPONENT_LIB} PRIVATE -DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE)
if(CONFIG_AUTH_MODE_CERT)
target_add_binary_data(${COMPONENT_TARGET} "${QCLOUD_PATH}/config/certs/qcloud_root_cert.crt" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "${QCLOUD_PATH}/config/certs/dev_cert.crt" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "${QCLOUD_PATH}/config/certs/dev_private.key" TEXT)
endif()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leonard_tang/esp-qcloud.git
git@gitee.com:leonard_tang/esp-qcloud.git
leonard_tang
esp-qcloud
esp-qcloud
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891