diff --git a/config/packetDefinitions.json b/config/packetDefinitions.json index 5c05c9a..e8b152c 100644 --- a/config/packetDefinitions.json +++ b/config/packetDefinitions.json @@ -3727,25 +3727,49 @@ "type": "uint8", "units": "", "size": 1, - "Name": "Thresholding Active" + "Name": "Accel Thresholding Active" }, { - "type": "uint32", - "units": "", - "size": 4, - "Name": "Thresholding Time" + "type": "uint16", + "units": "x10ms", + "size": 2, + "Name": "Accel Threshold Time" }, { "type": "int32", - "units": "", + "units": "mm ss", "size": 4, - "Name": "Thresholding Accel" + "Name": "Accel Threshold" }, { - "type": "uint32", + "type": "uint16", + "units": "x10ms", + "size": 2, + "Name": "Accel Threshold Counter" + }, + { + "type": "uint8", "units": "", + "size": 1, + "Name": "Decel Thresholding Active" + }, + { + "type": "uint16", + "units": "x10ms", + "size": 2, + "Name": "Decel Threshold Time" + }, + { + "type": "int32", + "units": "mm ss", "size": 4, - "Name": "Thresholding Counter" + "Name": "Decel Threshold" + }, + { + "type": "uint16", + "units": "x10ms", + "size": 2, + "Name": "Decel Threshold Counter" } ] }, diff --git a/src/components/FlightControl_FullAccel.js b/src/components/FlightControl_FullAccel.js index c5f5450..1592b14 100644 --- a/src/components/FlightControl_FullAccel.js +++ b/src/components/FlightControl_FullAccel.js @@ -59,20 +59,7 @@ class FlightControl_FullAccel extends Component { Full Accelerometer Data - - - -
+
@@ -99,9 +86,7 @@ class FlightControl_FullAccel extends Component {
-
-
@@ -120,12 +105,6 @@ class FlightControl_FullAccel extends Component {
- - - -

- -
@@ -152,11 +131,6 @@ class FlightControl_FullAccel extends Component {
- - -
- -
@@ -176,9 +150,96 @@ class FlightControl_FullAccel extends Component {
+
+ +
+
-

-

+ Threshold +
+
+
+ + +
+ +
+
+
+
+
+ + +
+ +
+
+
+
+
+ + +
+ +
+
+
+
+
+ + +
+ +
+
+
+
+
+ + +
+ +
+
+
+
+
+ + +
+ +
+
+
+
+
+ + +
+ +
+
+
+
+
+ + +
+ +
+
+
+
Device Status