1、添加virfat备份与恢复;
2、修复sensorhub低功耗越界问题; 3、修复rcsp传输相关问题; 4、更新flash_params_v3.bin; 5、修复摄像头、科大讯飞相关问题;
This commit is contained in:
@@ -91,6 +91,13 @@ __check:
|
||||
u8 *packet = frame.packet;
|
||||
|
||||
seqn = (packet[2] << 8) | packet[3];
|
||||
#if TCFG_APP_VIDEO_EN
|
||||
if (app_in_mode(APP_MODE_VIDEO)) {
|
||||
a2dp_media_free_packet(detect->file, packet);
|
||||
printf("%s curr mode is video\n", __func__);
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* 不检测,一直丢包
|
||||
|
||||
Reference in New Issue
Block a user