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
//Heater management
battery1_temp = rtd_value_verification(rtd5_measure, rtd6_measure); //Temperature of battery 1 is given by RTDs 5 and 6
battery2_temp = rtd_value_verification(rtd2_measure, rtd2_measure); //Temperature of battery 2 is given by RTDs 2 and 3
Wrong parameters are being passed to the function rtd_value_verification since commit Updated RTD malfunction verification.
@ramonborba
The text was updated successfully, but these errors were encountered: