Skip to content

Commit e477001

Browse files
committed
fix: things
1 parent 2e65ebf commit e477001

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

boards/LCU/packets.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"z3"
1919
],
2020
"id": 101,
21-
"period_ms": 50.0,
21+
"period_type": "ms",
22+
"period": 50.0,
2223
"socket": "control_station_udp"
2324
},
2425
{
@@ -34,7 +35,8 @@
3435
"pi_ki_value"
3536
],
3637
"id": 102,
37-
"period_ms": 100.0,
38+
"period_type": "ms",
39+
"period": 100.0,
3840
"socket": "control_station_udp"
3941
}
4042
]

0 commit comments

Comments
 (0)