From 3560b1e1474bba81fe13c85770a82ee1ae45006a Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 12 Sep 2022 15:14:30 +0200 Subject: [PATCH] :sparkles: --- square.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/square.py b/square.py index d4fab95..c3364bd 100644 --- a/square.py +++ b/square.py @@ -3,7 +3,7 @@ import robot POWER = 70 -TURN_T = 0.079 # 10 degrees +TURN_T = 0.07 # 10 degrees DRIVE_T = 0.22 # 10 centimeter RIGHT_WHEEL_OFFSET = 5