Skip to content

Commit 86686fa

Browse files
authored
Merge pull request #3020 from brentru/update-ws-offline-config-file
Update - WS Offline Guide
2 parents 6bce301 + c64dfdc commit 86686fa

File tree

1 file changed

+31
-20
lines changed

1 file changed

+31
-20
lines changed

WipperSnapper_Offline/config.json

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,36 @@
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+
}

0 commit comments

Comments
 (0)