Skip to content

Commit 607644f

Browse files
committed
Start adding support for long sensor payloads (used for BSEC)
1 parent 5915ed6 commit 607644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sensors/SensorTypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "stdint.h"
55

6-
#define SENSOR_DATA_FIXED_LENGTH (10)
6+
#define SENSOR_DATA_FIXED_LENGTH (18)
77

88
struct __attribute__((packed)) SensorConfigurationPacket {
99
uint8_t sensorId;

0 commit comments

Comments
 (0)