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
I have a dashboard with my BMV712 data to (remote) monitor my sailboat. When connected to the battery charger the dashboard shows -60 which suggest that if the TTG is INF (as displayed in the BMV) the value of -1 is provided.
I would like to propose to add the following lines to the field.js file after line 226:
else if ( value === -1) { return 'INF' }
Regards, Erik
The text was updated successfully, but these errors were encountered:
I have a dashboard with my BMV712 data to (remote) monitor my sailboat. When connected to the battery charger the dashboard shows -60 which suggest that if the TTG is INF (as displayed in the BMV) the value of -1 is provided.
I would like to propose to add the following lines to the field.js file after line 226:
else if ( value === -1) { return 'INF' }
Regards, Erik
The text was updated successfully, but these errors were encountered: