Skip to content

Commit

Permalink
fix(bms-hv): remove precision from cells voltage and temperatures offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonidotpy committed Sep 18, 2024
1 parent 4de86da commit a7306b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions networks/bms/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,10 @@
"cellboard_id": "CellboardId",
"offset": {
"type": "uint8",
"force": "uint8",
"range": [
0,
21
],
"precision": 3,
"comment": "The offset is the position of the cell corresponding to the first voltage in the message"
},
"voltage_0": {
Expand Down Expand Up @@ -267,7 +265,6 @@
0,
44
],
"precision": 4,
"comment": "The offset is the position of the cell corresponding to the first temperature in the message"
},
"temperature_0": {
Expand Down

0 comments on commit a7306b3

Please sign in to comment.