Skip to content

Commit b6c4517

Browse files
committed
fix some things
1 parent 8e0c813 commit b6c4517

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

boards/LCU/LCU_measurements.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@
66
"enumValues": [
77
"Connecting",
88
"Operational",
9-
"Levitating",
109
"Fault"
1110
]
1211
},
12+
{
13+
"id": "operational_state_machine",
14+
"name": "Operational state machine",
15+
"type": "enum",
16+
"enumValues": [
17+
"Idle",
18+
"Levitating"
19+
]
20+
},
1321
{
1422
"id": "pwm_duty_cycle",
1523
"name": "Duty Cycle",

boards/LCU/packets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"type": "data",
3030
"name": "State Machine",
3131
"variables": [
32-
"general_state_machine"
32+
"general_state_machine",
33+
"operational_state_machine"
3334
],
3435
"id": 9502,
3536
"period_type": "ms",

0 commit comments

Comments
 (0)