You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main (dis)charge loop uses a maximum (dis)charge duration before halting cycle, it would be probably better to detect if the value has been stale for a period of time. (it would use for instance 2 parameters: a minimum delta value that says the voltage is moving, and a maximum duration for the voltage to reach this delta)
we could also use another option to force next cycle even if a timeout is reached
The text was updated successfully, but these errors were encountered:
main (dis)charge loop uses a maximum (dis)charge duration before halting cycle, it would be probably better to detect if the value has been stale for a period of time. (it would use for instance 2 parameters: a minimum delta value that says the voltage is moving, and a maximum duration for the voltage to reach this delta)
we could also use another option to force next cycle even if a timeout is reached
The text was updated successfully, but these errors were encountered: