解决低亮度闪烁的问题

This commit is contained in:
2025-08-03 22:46:05 +08:00
parent 8b3c805484
commit 745e6399ae
6 changed files with 16 additions and 19 deletions

View File

@@ -459,9 +459,6 @@ int fast_report(const char* svc_id)
// 云端模式使用HILINK_ReportCharState
err = HILINK_ReportCharState(svc_id, payload, len);
HILINK_Printf("CLOUD report %s result is %d, payload:%s \r\n", svc_id, err, payload);
if (payload != NULL) {
free(payload);
}
}
if (payload) {