fossekall-interface 0.1.56 → 0.1.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-02 07:20:29. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-02 08:17:02. Do not edit manually!
3
3
  // The current version of typed-binary does not support 64-bit primitives.
4
4
  // So for we'll implement our own schemas. :)
5
5
  const __littleEndian = true;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-02 07:20:26. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-02 08:16:59. Do not edit manually!
3
3
  // The current version of typed-binary does not support 64-bit primitives.
4
4
  // So for we'll implement our own schemas. :)
5
5
  const __littleEndian = true;
@@ -203,7 +203,7 @@ export const sensors_pressure_PressureBatch = bin.object({
203
203
  count: bin.u8, // unsigned char
204
204
  seq: bin.u8, // unsigned char
205
205
  overrun: bin.bool, // bool
206
- samples: bin.arrayOf(bin.i16, 20), // short[20]
206
+ samples: bin.arrayOf(bin.i16, 5), // short[5]
207
207
  });
208
208
  export const PressureSensorPacket = bin.object({
209
209
  sensor_id: bin.u8, // node::pressure_sensor::Id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",