Skip to content

Commit

Permalink
iotdin-imx8p: Update the devices contract
Browse files Browse the repository at this point in the history
Disable bluetooth and wifi in the devices contracts files.
Reason: the CompuLab Autokit came without an IFM-WB i/o module.

Change-type: patch
Signed-off-by: Valentin Raevsky <[email protected]>
  • Loading branch information
vraevsky authored and acostach committed Aug 20, 2024
1 parent e1d59ac commit 6ba0c6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"hdmi": false,
"led": false,
"connectivity": {
"bluetooth": true,
"wifi": true
"bluetooth": false,
"wifi": false
},
"storage": {
"internal": true
Expand Down
4 changes: 2 additions & 2 deletions contracts/hw.device-type/iotdin-imx8p/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"hdmi": false,
"led": false,
"connectivity": {
"bluetooth": true,
"wifi": true
"bluetooth": false,
"wifi": false
},
"storage": {
"internal": true
Expand Down

0 comments on commit 6ba0c6f

Please sign in to comment.