From 3a4416a0744640403e2cc6ef5220deb4f779be38 Mon Sep 17 00:00:00 2001 From: Ridac26 <100481512+Ridac26@users.noreply.github.com> Date: Sat, 14 May 2022 00:25:47 +0300 Subject: [PATCH] speed 12 --- Core/Inc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Inc/config.h b/Core/Inc/config.h index 5866a26b..24587a98 100644 --- a/Core/Inc/config.h +++ b/Core/Inc/config.h @@ -4,7 +4,7 @@ #define BRAKEMAX 100 // speed limits for invividual modes in kph -#define SPEEDLIMIT_ECO 6 +#define SPEEDLIMIT_ECO 12 #define SPEEDLIMIT_NORMAL 20 #define SPEEDLIMIT_SPORT 50