1、添加virfat备份与恢复;

2、修复sensorhub低功耗越界问题;
3、修复rcsp传输相关问题;
4、更新flash_params_v3.bin;
5、修复摄像头、科大讯飞相关问题;
This commit is contained in:
huxi
2025-12-26 15:26:30 +08:00
parent 48416abdf1
commit dc11ee3fc4
78 changed files with 3688 additions and 3538 deletions
@@ -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
/*
* 不检测,一直丢包