解决低亮度闪烁的问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user