From 26e8b72a86628fc8e881b621fa512c19274edcf5 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 28 Sep 2023 11:28:22 -0700 Subject: [PATCH] slightly less nervous --- robot/cutebot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/cutebot.ts b/robot/cutebot.ts index 9b852581..83f6db50 100644 --- a/robot/cutebot.ts +++ b/robot/cutebot.ts @@ -73,7 +73,7 @@ namespace microcode { constructor() { super() this.musicVolume = 168 - this.maxRunSpeed = 35 + this.maxRunSpeed = 30 this.maxBackSpeed = 20 this.maxTurnSpeed = 20 this.maxLineTrackingSpeed = 18