From 72d95a130860d4447483b2f6a4e0cb1644ea0e75 Mon Sep 17 00:00:00 2001 From: machangbao Date: Wed, 18 Dec 2024 08:15:29 +0800 Subject: [PATCH] change wifi and bluetooth connectivity to false --- contracts/hw.device-type/eg5120-imx8mp/contract.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/hw.device-type/eg5120-imx8mp/contract.json b/contracts/hw.device-type/eg5120-imx8mp/contract.json index 7ff37c8d..b3058aec 100644 --- a/contracts/hw.device-type/eg5120-imx8mp/contract.json +++ b/contracts/hw.device-type/eg5120-imx8mp/contract.json @@ -15,8 +15,8 @@ "hdmi": false, "led": false, "connectivity": { - "bluetooth": true, - "wifi": true + "bluetooth": false, + "wifi": false }, "storage": { "internal": true