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