增加通讯启动延时为5s

This commit is contained in:
95384 2025-04-07 10:22:29 +08:00
parent 7d50caa5b2
commit b021471f5b
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void MX_FREERTOS_Init(void) {
void StartDefaultTask(void const * argument)
{
/* USER CODE BEGIN StartDefaultTask */
osDelay(2000);
osDelay(5000);
/* Infinite loop */
for(;;)
{