From 2858d1d725fae701ed7581386ddf6d068825c354 Mon Sep 17 00:00:00 2001 From: Jack Jin <79951112+Rvistix@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:31:36 -0400 Subject: [PATCH] Update ControllerInterface.h --- src/main/include/ControllerInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/include/ControllerInterface.h b/src/main/include/ControllerInterface.h index 1be7a9b..010366e 100644 --- a/src/main/include/ControllerInterface.h +++ b/src/main/include/ControllerInterface.h @@ -16,5 +16,5 @@ class ControllerInterface frc::XboxController m_pilot{0}; frc::XboxController m_copilot{1}; - double m_slowmodefactor = 0.5; + double m_slowmodefactor = 0.25; }; \ No newline at end of file