Browse Source

Default to one BMX280 sensor

rules-rpn
Max Prokhorov 5 years ago
parent
commit
24c4826869
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/sensors.h

+ 1
- 1
code/espurna/config/sensors.h View File

@ -159,7 +159,7 @@
#endif #endif
#ifndef BMX280_NUMBER #ifndef BMX280_NUMBER
#define BMX280_NUMBER 2 // Number of sensors present. Either 1 or 2 allowed
#define BMX280_NUMBER 1 // Number of sensors present. Either 1 or 2 allowed
#endif #endif
#ifndef BMX280_ADDRESS #ifndef BMX280_ADDRESS
#define BMX280_ADDRESS 0x00 // 0x00 means auto (0x76 or 0x77 allowed) for sensor #0 #define BMX280_ADDRESS 0x00 // 0x00 means auto (0x76 or 0x77 allowed) for sensor #0


Loading…
Cancel
Save