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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ transition:
    dst: SLEEP_PENDING_ATTR
    arguments:
    - name: enabled
      values: ['BME680_DISABLE_GAS_MEAS', 'BME680_ENABLE_GAS_MEAS']
      values: ['BME680_RUN_GAS_DISABLE', 'BME680_RUN_GAS_ENABLE']
      parameter: gas_enabled
  setHeaterDuration:
    src: [SLEEP, SLEEP_PENDING_ATTR]