Hello, cool project. Thank you. Can you tell me the fuel in liters is not displayed,
oil temperature.


log1
log2
log3
And how to correctly set a constant temperature, speed, time
Now I did this
case "mfd_temperature_unit":
{
let map =
{
// "FAHRENHEIT": "set_units_deg_fahrenheit",
"CELSIUS": "set_units_deg_celsius"
};
case "mfd_distance_unit":
{
let map =
{
//"MILES_YARDS": "set_units_mph",
"KILOMETRES_METRES": "set_units_km_h"
};
case "mfd_time_unit":
{
let map =
{
"24_H": "set_units_24h",
//"12_H": "set_units_12h"
};
Hello, cool project. Thank you. Can you tell me the fuel in liters is not displayed,
oil temperature.
log1
log2
log3
And how to correctly set a constant temperature, speed, time
Now I did this