From b2714c7326d05992f6ca2217ee4ad90087534ee9 Mon Sep 17 00:00:00 2001 From: AlkaMotors <37931458+AlkaMotors@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:09:34 -0400 Subject: [PATCH] Do not adjust dead time override if driving brake set to 10 --- Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/main.c b/Src/main.c index 4b2a62aa..3590da36 100644 --- a/Src/main.c +++ b/Src/main.c @@ -681,7 +681,7 @@ void loadEEpromSettings() #ifdef GIGADEVICES TIMER_CCHP(TIMER0) |= dead_time_override; #endif - + } if (eepromBuffer.limits.temperature < 70 || eepromBuffer.limits.temperature > 140) { eepromBuffer.limits.temperature = 255; }