config: enum for MS simplified dash broadcasting
This commit is contained in:
parent
d0a77bd898
commit
c2878d519e
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue