feature(BFS): Mapping

Mapping Algo Update
This commit is contained in:
Devoalda 2023-11-28 14:40:50 +08:00
parent e06898c893
commit da2665b6fe
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ demo_shortest_path_task(void *pvParameters)
print_map(maze); print_map(maze);
// Delay to simulate the car's movement // Delay to simulate the car's movement
vTaskDelay(pdMS_TO_TICKS(500)); vTaskDelay(pdMS_TO_TICKS(100));
} }
} }
} }