Closed martinjaeger closed 9 months ago
Not all BMS ICs support all CONF_ values, which made the call to bms_ic_configure fail in the generic BMS main application.
CONF_
bms_ic_configure
With this API change it is left to the application to judge if the configuration call is considered successful or not.
Not all BMS ICs support all
CONF_
values, which made the call tobms_ic_configure
fail in the generic BMS main application.With this API change it is left to the application to judge if the configuration call is considered successful or not.