Skip to content

Commit

Permalink
change wifi and bluetooth connectivity to false
Browse files Browse the repository at this point in the history
  • Loading branch information
machangbao committed Dec 18, 2024
1 parent 0a872bf commit 72d95a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/hw.device-type/eg5120-imx8mp/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 72d95a1

Please sign in to comment.