Update utils/FINAL_STARTER_BLANK_CODE.py

This commit is contained in:
2025-11-12 00:37:21 +00:00
parent 1c0896cbeb
commit 19f79b91d1

View File

@@ -23,7 +23,7 @@ drive_base.use_gyro(True)
WALL_DISTANCE = 200 # mm WALL_DISTANCE = 200 # mm
async def main: async def main():
# Your code goes here # Your code goes here
run_task(main()) run_task(main())