Skip to content

Commit 75823d1

Browse files
Merge pull request #476 from balena-io/update_iotgate_iotdin
Update iot-gate-imx8plus-d1d8 and iotdin-imx8plus-d1d8 connectivity settings
2 parents 7225779 + caa877e commit 75823d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contracts/hw.device-type/iot-gate-imx8plus-d1d8/contract.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"hdmi": false,
1616
"led": false,
1717
"connectivity": {
18-
"bluetooth": true,
19-
"wifi": true
18+
"bluetooth": false,
19+
"wifi": false
2020
},
2121
"storage": {
2222
"internal": true

contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"hdmi": false,
1616
"led": false,
1717
"connectivity": {
18-
"bluetooth": false,
19-
"wifi": false
18+
"bluetooth": true,
19+
"wifi": true
2020
},
2121
"storage": {
2222
"internal": true

0 commit comments

Comments
 (0)