From 6198bcafd4635f62dbdf466e357de10a145b9e6a Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 7 Sep 2022 15:01:14 +0200 Subject: [PATCH] :sparkles: --- square.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/square.py b/square.py index d01cf48..205cdcb 100644 --- a/square.py +++ b/square.py @@ -30,7 +30,7 @@ def clockwise_square(arlo): arlo.stop() sleep(0.2) arlo.go_diff(POWER, POWER + RIGHT_WHEEL_OFFSET, 0, 1) - sleep(TURN_T * 1.2) + sleep(TURN_T * 1.1) arlo.stop()