dev #32

Merged
Atharv merged 123 commits from dev into atharv-dev 2025-10-31 11:56:39 +00:00
Showing only changes of commit 29bd9f0e23 - Show all commits

View File

@@ -273,6 +273,6 @@ async def main():
hub.light.off()
left_motor.stop()
right_motor.stop()
await wait(1000) #prevent loop from iterating fast
await wait(100) #prevent loop from iterating fast
# Main execution loop
run_task(main())