config: enum for MS simplified dash broadcasting

This commit is contained in:
Andrey Gusakov 2023-05-09 00:30:57 +03:00 committed by rusefillc
parent d0a77bd898
commit c2878d519e
2 changed files with 2 additions and 1 deletions

View File

@ -503,6 +503,7 @@ typedef enum __attribute__ ((__packed__)) {
CAN_BUS_GENESIS_COUPE = 10,
CAN_BUS_HONDA_K = 11,
CAN_AIM_DASH = 12,
CAN_BUS_MS_SIMPLE_BROADCAST = 13,
} can_nbc_e;

View File

@ -531,7 +531,7 @@ float fanOffTemperature;Cooling fan turn-off temperature threshold, in Celsius;"
float driveWheelRevPerKm;Number of revolutions per kilometer for the wheels your vehicle speed sensor is connected to. Use an online calculator to determine this based on your tire size.;"revs/km", 1, 0, 100, 1000, 1
custom can_nbc_e 1 bits, U08, @OFFSET@, [0:4], "None", "FIAT", "VAG", "MAZDA RX8", "BMW", "W202", "BMW E90", "Haltech", "VAG MQB", "Nissan VQ35", "Genesis Coupe", "Honda K", "AiM", "type 13", "type 14"
custom can_nbc_e 1 bits, U08, @OFFSET@, [0:4], "None", "FIAT", "VAG", "MAZDA RX8", "BMW", "W202", "BMW E90", "Haltech", "VAG MQB", "Nissan VQ35", "Genesis Coupe", "Honda K", "AiM", "MS Simplified Broadcast", "type 14"
can_nbc_e canNbcType;set can_mode X
int canSleepPeriodMs;CANbus thread period in ms;"ms", 1, 0, 0, 1000, 2