Skip to content

Commit

Permalink
fix: length BMS_LV diag PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneruffini committed Aug 28, 2024
1 parent b4392db commit 55af5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SC24/MCB.json
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
"BMS_LV_diagPWD": {
"description": "The password to enter diagnostic mode of the BMS_LV",
"start_bit": 0,
"size": 15,
"size": 16,
"endianness": "little",
"receivers": [
"BMS_LV"
Expand All @@ -1330,7 +1330,7 @@
},
"LV_RELAY_overrideState": {
"description": "The override state to force the LV relay: no override (OFF/0), alwasy open (OPEN/1) or always closed (CLOSED/2)",
"start_bit": 15,
"start_bit": 16,
"size": 2,
"endianness": "little",
"receivers": [
Expand Down

0 comments on commit 55af5d7

Please sign in to comment.