Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
7aff4dcd
Commit
7aff4dcd
authored
4 years ago
by
schneider
Browse files
Options
Downloads
Patches
Plain Diff
fix(bsec): Update configuration
parent
654fc85d
No related branches found
No related tags found
1 merge request
!380
BSEC support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
epicardium/modules/bsec.c
+5
-5
5 additions, 5 deletions
epicardium/modules/bsec.c
with
5 additions
and
5 deletions
epicardium/modules/bsec.c
+
5
−
5
View file @
7aff4dcd
...
...
@@ -29,10 +29,10 @@ static struct bsec_sensor_data last_bsec_data;
// From generic_18v_3s_4d/bsec_serialized_configurations_iaq.c
static
const
uint8_t
bsec_config_generic_18v_3s_4d
[
454
]
=
{
4
,
7
,
4
,
1
,
61
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
174
,
1
,
0
,
8
,
4
,
1
,
61
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
174
,
1
,
0
,
0
,
48
,
0
,
1
,
0
,
0
,
192
,
168
,
71
,
64
,
49
,
119
,
76
,
0
,
0
,
225
,
68
,
137
,
65
,
0
,
63
,
205
,
204
,
204
,
62
,
0
,
0
,
64
,
63
,
205
,
204
,
204
,
62
,
0
,
0
,
0
,
0
,
216
,
85
,
0
,
100
,
0
,
0
,
225
,
68
,
137
,
65
,
0
,
191
,
205
,
204
,
204
,
190
,
0
,
0
,
64
,
191
,
225
,
122
,
148
,
190
,
0
,
0
,
0
,
0
,
216
,
85
,
0
,
100
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
28
,
0
,
2
,
0
,
0
,
244
,
1
,
225
,
0
,
25
,
0
,
0
,
128
,
64
,
0
,
0
,
32
,
65
,
144
,
1
,
0
,
0
,
112
,
65
,
0
,
0
,
0
,
63
,
16
,
0
,
3
,
0
,
10
,
215
,
...
...
@@ -61,7 +61,7 @@ static const uint8_t bsec_config_generic_18v_3s_4d[454] = {
255
,
255
,
220
,
5
,
220
,
5
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
44
,
1
,
0
,
0
,
0
,
0
,
52
,
233
,
0
,
0
0
,
0
,
83
,
141
,
0
,
0
};
/*!
...
...
@@ -403,7 +403,7 @@ int bsec_activate(void)
/* Could not intialize BME680 */
return
-
1
;
}
else
if
(
ret
.
bsec_status
)
{
LOG_WARN
(
"bsec"
,
"bsec init failed
"
);
LOG_WARN
(
"bsec"
,
"bsec init failed
%d"
,
ret
.
bsec_status
);
/* Could not intialize BSEC library */
return
-
1
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment