Skip to content
Snippets Groups Projects
Commit 86bd556d authored by Daniel Friesel's avatar Daniel Friesel
Browse files

bm680: gas setting is RUN_GAS_*, not *_GAS_MEAS

Note that the #define values are identical, so this is mostly harmless
parent eb75130b
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ transition: ...@@ -120,7 +120,7 @@ transition:
dst: SLEEP_PENDING_ATTR dst: SLEEP_PENDING_ATTR
arguments: arguments:
- name: enabled - name: enabled
values: ['BME680_DISABLE_GAS_MEAS', 'BME680_ENABLE_GAS_MEAS'] values: ['BME680_RUN_GAS_DISABLE', 'BME680_RUN_GAS_ENABLE']
parameter: gas_enabled parameter: gas_enabled
setHeaterDuration: setHeaterDuration:
src: [SLEEP, SLEEP_PENDING_ATTR] src: [SLEEP, SLEEP_PENDING_ATTR]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment