Skip to content

Commit

Permalink
Default to one BMX280 sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Apr 10, 2019
1 parent 40a8717 commit 24c4826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/config/sensors.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
#endif

#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
#ifndef BMX280_ADDRESS
#define BMX280_ADDRESS 0x00 // 0x00 means auto (0x76 or 0x77 allowed) for sensor #0
Expand Down

0 comments on commit 24c4826

Please sign in to comment.