Merge branch 'referee-and-ui'

This commit is contained in:
Kidenygood
2023-03-05 22:48:18 +08:00
16 changed files with 1557 additions and 437 deletions

View File

@@ -197,7 +197,7 @@ void StartROBOTTASK(void const * argument)
{
// 200Hz
RobotTask();
osDelay(5);
osDelay(10);//syh此处暂时将时间改为10ms原因在于未使用缓冲区发送发送时延时5ms
}
}