We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c7df32 + 0cc923e commit 6bde04aCopy full SHA for 6bde04a
src/BoschSensortec.h
@@ -27,7 +27,8 @@ extern "C"
27
#define WORK_BUFFER_SIZE 2048
28
#endif
29
30
-//the long sensors are usually of much lower rate, hence smaller demand on buffer size
+// The long sensors are usually of much lower rate, hence smaller demand on buffer size
31
+// The queue size can be as low as 2, but 4 turns to be a good balance between size and stability.
32
#define LONG_SENSOR_QUEUE_SIZE 4
33
34
#define MAX_READ_WRITE_LEN 256
src/sensors/SensorTypes.h
@@ -6,6 +6,7 @@
6
7
#define SENSOR_DATA_FIXED_LENGTH (10)
8
9
+// With the introduction of the new sensor 116 ( SENSOR_ID_BSEC2_COLLECTOR), the max sensor packet size is now 21.
10
#define SENSOR_LONG_DATA_FIXED_LENGTH (21)
11
12
#define PARAM_SIZE_LENGTH (20)
0 commit comments