config: options to enable OpenBLT on CAN interfaces (#4423)

This commit is contained in:
Andrey G 2022-08-08 00:56:11 +03:00 committed by GitHub
parent e147eec138
commit bd44357129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1209,8 +1209,8 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
uint8_t mc33_hpfp_max_hold;+Maximum amount of time the solenoid can be active before assuming a programming error;"ms", 1, 0, 0, 255, 0
bit stepperDcInvertedPins;+Enable if DC-motor driver (H-bridge) inverts the signals (eg. RZ7899 on Hellen boards)
bit unused1740b0
bit unused1740b1
bit canOpenBLT; Allow OpenBLT on Primary CAN
bit can2OpenBLT; Allow OpenBLT on Secondary CAN
bit unused1740b2
bit unused1127
bit unused1128

View File

@ -3240,12 +3240,14 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
field = "Bitrate", canBaudRate
field = "RX pin", canRxPin @@if_ts_show_can_pins
field = "TX pin", canTxPin @@if_ts_show_can_pins
field = "Allow OpenBLT", canOpenBLT
dialog = canHw2, "Secondary CAN"
field = "Verbose Can2", verboseCan2
field = "Bitrate", can2BaudRate
field = "RX pin", can2RxPin @@if_ts_show_can_pins
field = "TX pin", can2TxPin @@if_ts_show_can_pins
field = "Allow OpenBLT", can2OpenBLT
dialog = canBus, "CAN Bus"
field = "CAN read enabled", canReadEnabled