Skip to content

Fuel in liters is not displayed #12

Description

@maltsevvv

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

20240821_191555
20240821_184208

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"
			};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions