Skip to content

Commit

Permalink
fix charger
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 9, 2024
1 parent 14d3c92 commit 984a7a9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cangen/can-messages/charger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,33 @@ msgs:
signed: true
format: "divide10"
- !NetField
name: "Charger/Box/F_HardwareFailure"
name: "Charger/Box/F_CommTimeout"
unit: "bool"
points:
- !CANPoint
size: 1
- !NetField
name: "Charger/Box/F_OverTemp"
name: "Charger/Box/F_WrongBatConnection"
unit: "bool"
points:
- !CANPoint
size: 1

- !NetField
name: "Charger/Box/F_VoltageWrong"
unit: "bool"
points:
- !CANPoint
size: 1

- !NetField
name: "Charger/Box/F_WrongBatConnection"
name: "Charger/Box/F_OverTemp"
unit: "bool"
points:
- !CANPoint
size: 1
- !NetField
name: "Charger/Box/F_CommTimeout"
name: "Charger/Box/F_HardwareFailure"
unit: "bool"
points:
- !CANPoint
Expand Down

0 comments on commit 984a7a9

Please sign in to comment.