Skip to content

Commit

Permalink
fix: reduced BRAKE_PRESS_front range
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-carbone authored Sep 2, 2024
1 parent 8c4ec0e commit f56d5ab
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 @@ -2007,7 +2007,7 @@
"BRAKE_PRESS_FRONT_voltage": {
"description": "The voltage of the front brake pressure sensor expressed in mV",
"start_bit": 48,
"size": 16,
"size": 13,
"endianness": "little",
"unit": "mV",
"receivers": [
Expand All @@ -2017,7 +2017,7 @@
"scale": 1,
"offset": 0,
"min": 0,
"max": 65535
"max": 8192
}
}
},
Expand Down

0 comments on commit f56d5ab

Please sign in to comment.