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
When an OTA update fails for some reason, onOTAEnd() doesn't seem to be called, resulting in that we stay in an "updating" state with no CAN. The communicated state to the inverter is also UPDATING, so it's happy even though we're not updating any values from the battery BMS.
STEPS TO REPRODUCE
Start an OTA update, disconnect from wifi on the sending computer
PROPOSAL FOR SOLUTION
Implement an OTA timeout independent of the onOTAxxx functions, that restores CAN or performs a reset
The text was updated successfully, but these errors were encountered:
PROBLEM
When an OTA update fails for some reason, onOTAEnd() doesn't seem to be called, resulting in that we stay in an "updating" state with no CAN. The communicated state to the inverter is also UPDATING, so it's happy even though we're not updating any values from the battery BMS.
STEPS TO REPRODUCE
Start an OTA update, disconnect from wifi on the sending computer
PROPOSAL FOR SOLUTION
Implement an OTA timeout independent of the onOTAxxx functions, that restores CAN or performs a reset
The text was updated successfully, but these errors were encountered: