diff --git a/application/ws63/user_main/spotlight/spotlight_main.c b/application/ws63/user_main/spotlight/spotlight_main.c index 9b9307b..94a836c 100644 --- a/application/ws63/user_main/spotlight/spotlight_main.c +++ b/application/ws63/user_main/spotlight/spotlight_main.c @@ -877,12 +877,12 @@ int set_light(light_ctrl_source_e source, cct_local_target = g_device_control.cct_local; } memcpy(&tmp_fade_ctx, &fade_ctx, FADE_CTRL_DATA_SIZE(fade_ctx)); - tmp_fade_ctx.target_brightness = tmp_fade_ctx.current_brightness; + // tmp_fade_ctx.target_brightness = tmp_fade_ctx.current_brightness; if (brightness_local_target >= 0) { BRIGHTNESS_LITME_RANGE(brightness_local_target); tmp_fade_ctx.target_brightness = brightness_local_target; } - tmp_fade_ctx.target_cct = tmp_fade_ctx.current_cct; + // tmp_fade_ctx.target_cct = tmp_fade_ctx.current_cct; if (cct_local_target >= 0) { CCT_LITME_RANGE(cct_local_target); tmp_fade_ctx.target_cct = cct_local_target; diff --git a/build/config/target_config/ws63/config.py b/build/config/target_config/ws63/config.py index 1fc2142..08d007b 100755 --- a/build/config/target_config/ws63/config.py +++ b/build/config/target_config/ws63/config.py @@ -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', diff --git a/output/LPT262_hilink_MFG.fwpkg b/output/LPT262_hilink_MFG.fwpkg deleted file mode 100644 index 4447c79..0000000 Binary files a/output/LPT262_hilink_MFG.fwpkg and /dev/null differ diff --git a/output/SR_light-LPT262_hilink-20250626-1.0.3.fwpkg b/output/SR_light-LPT262_hilink-20250626-1.0.3.fwpkg new file mode 100644 index 0000000..651d18f Binary files /dev/null and b/output/SR_light-LPT262_hilink-20250626-1.0.3.fwpkg differ diff --git a/output/package(SR_light-LPT262_hilink-20250626-1.0.3).zip b/output/package(SR_light-LPT262_hilink-20250626-1.0.3).zip new file mode 100644 index 0000000..0ee3df6 Binary files /dev/null and b/output/package(SR_light-LPT262_hilink-20250626-1.0.3).zip differ