开机两秒后开启通讯,避免拿数据时传感器还没返数据回来

This commit is contained in:
95384 2025-03-10 09:13:25 +08:00
parent aaac4bb443
commit bb5e52ff52
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);
/* Infinite loop */
for(;;)
{