1. 取消了独立升级

2. 修复了渐变时会打断会导致显示中间值的问题
This commit is contained in:
2025-06-26 00:01:38 +08:00
parent a4b68ffadb
commit 1f57b11676
5 changed files with 9 additions and 8 deletions

View File

@ -266,7 +266,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",
@ -309,7 +309,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 for indie upgrade
"CONFIG_SPOTLIGHT_UT", #EKKO ADD
"CONFIG_USE_CUSTOMER_SVC_INFO", #EKKO ADD
"CONFIG_DHCPS_GW",
@ -358,10 +358,11 @@ target = {
'cjson',
'xo_trim_port',
'hilink',
'app_addr_map',
# 'hilinkdevicesdk',
# 'hilinkota',
# 'hilinkbtsdk',
# 'app_addr_map', #ekko remove for indie upgrade
'hilinkdevicesdk', #ekko add for remove indie upgrade
'hilinkota', #ekko add for remove indie upgrade
'hilinkbtsdk', #ekko add for remove indie upgrade
# 'hilinkquickcfg', #ekko add for remove indie upgrade
'huks_sdk',
'deviceauth',
'little_fs', 'littlefs_adapt_ws63',