Skip to content

Commit

Permalink
Do not adjust dead time override if driving brake set to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkaMotors committed Nov 26, 2024
1 parent 77d4406 commit b2714c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b2714c7

Please sign in to comment.