File tree Expand file tree Collapse file tree 1 file changed +31
-20
lines changed Expand file tree Collapse file tree 1 file changed +31
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "exportedFromDevice" : {
3- "referenceVoltage " : 3.3 ,
4- "totalGPIOPins " : 18 ,
5- "totalAnalogPins " : 4 ,
6- "sd_cs_pin " : 23 ,
7- "statusLEDBrightness" : 0.5
3+ "sd_cs_pin " : 23 ,
4+ "referenceVoltage " : 0 ,
5+ "totalGPIOPins " : 0 ,
6+ "totalAnalogPins " : 0 ,
7+ "statusLEDBrightness" : 0.3
88 },
99 "components" : [
10- {
11- "name" : " BME280 Sensor" ,
12- "componentAPI" : " i2c" ,
13- "i2cDeviceName" : " bme280" ,
14- "period" : 15 ,
15- "i2cDeviceAddress" : " 0x77" ,
16- "i2cDeviceSensorTypes" : [
17- {"type" : " relative-humidity" },
18- {"type" : " ambient-temp" },
19- {"type" : " ambient-temp-fahrenheit" },
20- {"type" : " pressure" },
21- {"type" : " altitude" }
22- ]
23- }
10+ {
11+ "name" : " bme280" ,
12+ "componentAPI" : " i2c" ,
13+ "i2cDeviceName" : " bme280" ,
14+ "period" : 30 ,
15+ "autoConfig" : " true" ,
16+ "i2cDeviceAddress" : " 0x77" ,
17+ "i2cDeviceSensorTypes" : [
18+ {
19+ "type" : " ambient-temp"
20+ },
21+ {
22+ "type" : " ambient-temp-fahrenheit"
23+ },
24+ {
25+ "type" : " relative-humidity"
26+ },
27+ {
28+ "type" : " pressure"
29+ },
30+ {
31+ "type" : " altitude"
32+ }
33+ ]
34+ }
2435 ]
25- }
36+ }
You can’t perform that action at this time.
0 commit comments