This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Default to one BMX280 sensor
rules-rpn
Max Prokhorov
5 years ago
parent
40a8717e05
commit
24c4826869
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/config/sensors.h
+ 1
- 1
code/espurna/config/sensors.h
View File
@ -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
Write
Preview
Loading…
Cancel
Save