Skip to content

Commit

Permalink
feat: add odometer message
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed Jun 6, 2024
1 parent 0312b5d commit f6a6a28
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,27 @@
}
}
},
{
"name": "ODOMETER",
"topic": "HYDRA",
"priority": 3,
"interval": 1000,
"sending": [
"TLM"
],
"receiving": [],
"description": "Cumulative kilometers count",
"contents": {
"kilometers": {
"type": "float32",
"range": [
0,
1000000
],
"force": "uint32"
}
}
},
{
"name": "TPMS_PRESSURE",
"topic": "HYDRA",
Expand Down

0 comments on commit f6a6a28

Please sign in to comment.