Skip to content

Commit b04d64d

Browse files
committed
Increase maximum exciter duty cycle
1 parent 67841f3 commit b04d64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pwmgeneration-foc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ void PwmGeneration::PwmInit()
214214
dController.SetCallingFrequency(pwmfrq);
215215
dController.SetMinMaxY(-maxVd, maxVd);
216216
excController.SetCallingFrequency(pwmfrq);
217-
excController.SetMinMaxY(0, 2048);
217+
excController.SetMinMaxY(0, 2548);
218218

219219
if (opmode == MOD_ACHEAT)
220220
AcHeatTimerSetup();

0 commit comments

Comments
 (0)