Smooth transition from MPPT to constant voltage
This commit is contained in:
parent
6f591ab2f7
commit
550a7dd1e2
|
@ -768,7 +768,7 @@ int main(void)
|
||||||
|
|
||||||
case ConvConstVoltage:
|
case ConvConstVoltage:
|
||||||
if(time_in_state == 0) {
|
if(time_in_state == 0) {
|
||||||
iErr = 0;
|
iErr = fxp_from_int(280);
|
||||||
}
|
}
|
||||||
|
|
||||||
// calculate error values
|
// calculate error values
|
||||||
|
|
Loading…
Reference in a new issue