From d00414cae07fdc8c2a31a65e8ad072c21e3cd37c Mon Sep 17 00:00:00 2001 From: AS12min <146483343+AS12min@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:43:15 +0300 Subject: [PATCH] Update config.h --- Core/Inc/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Inc/config.h b/Core/Inc/config.h index 5866a26b..112431f3 100644 --- a/Core/Inc/config.h +++ b/Core/Inc/config.h @@ -4,8 +4,8 @@ #define BRAKEMAX 100 // speed limits for invividual modes in kph -#define SPEEDLIMIT_ECO 6 -#define SPEEDLIMIT_NORMAL 20 +#define SPEEDLIMIT_ECO 10 +#define SPEEDLIMIT_NORMAL 25 #define SPEEDLIMIT_SPORT 50 // motor current limits for invividual modes in mA