File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ extern "C"
27
27
#define WORK_BUFFER_SIZE 2048
28
28
#endif
29
29
30
- // the long sensors are usually of much lower rate, hence smaller demand on buffer size
30
+ // 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.
31
32
#define LONG_SENSOR_QUEUE_SIZE 4
32
33
33
34
#define MAX_READ_WRITE_LEN 256
Original file line number Diff line number Diff line change 6
6
7
7
#define SENSOR_DATA_FIXED_LENGTH (10)
8
8
9
+ // With the introduction of the new sensor 116 ( SENSOR_ID_BSEC2_COLLECTOR), the max sensor packet size is now 21.
9
10
#define SENSOR_LONG_DATA_FIXED_LENGTH (21)
10
11
11
12
#define PARAM_SIZE_LENGTH (20)
You can’t perform that action at this time.
0 commit comments