Browse Source

sns: redefinable bh1750 mode

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
cc90554b0e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      code/espurna/config/sensors.h

+ 2
- 0
code/espurna/config/sensors.h View File

@ -148,7 +148,9 @@
#define BH1750_ADDRESS 0x00 // 0x00 means auto
#endif
#ifndef BH1750_MODE
#define BH1750_MODE BH1750_CONTINUOUS_HIGH_RES_MODE
#endif
//------------------------------------------------------------------------------
// BMP085/BMP180


Loading…
Cancel
Save