From 55233a2acfc7439e20554a2c681fbc05947a29fa Mon Sep 17 00:00:00 2001 From: vanillagorillaa <31773928+vanillagorillaa@users.noreply.github.com> Date: Tue, 17 Oct 2017 15:27:00 -0500 Subject: [PATCH] Removed wrong gear signal (#42) Removed wrong gear signal and renamed correct signal for Gearbox --- honda_civic_touring_2016_can.dbc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/honda_civic_touring_2016_can.dbc b/honda_civic_touring_2016_can.dbc index 1953135f52fe8f..7bbe704d458e55 100644 --- a/honda_civic_touring_2016_can.dbc +++ b/honda_civic_touring_2016_can.dbc @@ -100,8 +100,7 @@ BO_ 399 STEER_STATUS: 7 EPS BO_ 401 GEARBOX: 8 PCM SG_ GEAR_SHIFTER : 5|6@0+ (1,0) [0|63] "" NEO - SG_ GEAR : 35|4@0+ (1,0) [0|15] "" NEO - SG_ GEAR_2 : 43|4@0+ (1,0) [0|15] "" NEO + SG_ GEAR : 43|4@0+ (1,0) [0|15] "" NEO SG_ COUNTER : 61|2@0+ (1,0) [0|3] "" NEO SG_ CHECKSUM : 59|4@0+ (1,0) [0|3] "" NEO @@ -412,7 +411,7 @@ CM_ SG_ 829 BEEP "beeps are pleasant, chimes are for warnngs etc..."; CM_ SG_ 806 REVERSE_LIGHT "Might be reverse gear selected and not the lights"; VAL_ 399 STEER_STATUS 5 "fault" 4 "no_torque_alert_2" 2 "no_torque_alert_1" 0 "normal" ; VAL_ 401 GEAR_SHIFTER 32 "L" 16 "S" 8 "D" 4 "N" 2 "R" 1 "P" ; -VAL_ 401 GEAR_2 7 "L" 10 "S" 4 "D" 3 "N" 2 "R" 1 "P" ; +VAL_ 401 GEAR 7 "L" 10 "S" 4 "D" 3 "N" 2 "R" 1 "P" ; VAL_ 450 EPB_STATE 3 "engaged" 2 "disengaging" 1 "engaging" 0 "disengaged" ; VAL_ 506 CHIME 4 "double_chime" 3 "single_chime" 2 "continuous_chime" 1 "repeating_chime" 0 "no_chime" ; VAL_ 545 ECON_ON_2 0 "off" 3 "on" ;