1. 增加本地离线控制功能

2. 优化代码逻辑加入很多异步操作
3. 适配switch相关物模型
This commit is contained in:
2025-07-16 20:09:45 +08:00
parent 957fa9ad3b
commit 6b6e483fa0
15 changed files with 1783 additions and 462 deletions

View File

@ -287,7 +287,7 @@ target = {
},
'ws63-liteos-app-iot': {
'base_target_name': 'target_ws63_app_rom_template',
# 'liteos_kconfig': 'ws63_iot',
'liteos_kconfig': 'ws63_iot', # EKKO add for remove indie upgrade
'os': 'liteos',
'defines': [
"USE_CMSIS_OS",
@ -330,7 +330,7 @@ target = {
"SUPPORT_SOFTAP_NETCFG", # softAP配网
"SUPPORT_BLE_ANCILLAY_NETCFG", # ble辅助配网
# "SUPPORT_QUICK_NETCFG", # 快速配网
"CONFIG_SUPPORT_HILINK_INDIE_UPGRADE",
# "CONFIG_SUPPORT_HILINK_INDIE_UPGRADE", # EKKO remove indie upgrade
"CONFIG_DHCPS_GW",
"_HSF_",
# "ENABLE_BLE_SCAN" #open ble scan
@ -375,10 +375,10 @@ target = {
'cjson',
'xo_trim_port',
'hilink',
'app_addr_map',
# 'hilinkdevicesdk',
# 'hilinkota',
# 'hilinkbtsdk',
# 'app_addr_map', # ekko remove for remove indie upgrade
'hilinkdevicesdk', # ekko add for remove indie upgrade
'hilinkota', # ekko add for remove indie upgrade
'hilinkbtsdk', # ekko add for remove indie upgrade
'huks_sdk',
'deviceauth',
'little_fs', 'littlefs_adapt_ws63',