From 587cdb30939070e26055c831dc13d606e926c55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Thu, 16 Jan 2025 13:12:40 +0800 Subject: [PATCH] =?UTF-8?q?Update(boards):=20=E6=9B=B4=E6=96=B0=E6=9D=BF?= =?UTF-8?q?=E5=8D=A1config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boards/default_src/micropython_esp32/origin/config.json | 2 +- boards/default_src/micropython_esp32c3/origin/config.json | 2 +- boards/default_src/micropython_esp32s2/origin/config.json | 2 +- boards/default_src/micropython_esp32s3/origin/config.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/default_src/micropython_esp32/origin/config.json b/boards/default_src/micropython_esp32/origin/config.json index 3a6e2f5c..000cc780 100644 --- a/boards/default_src/micropython_esp32/origin/config.json +++ b/boards/default_src/micropython_esp32/origin/config.json @@ -65,7 +65,7 @@ "web": { "devices": { "serial": true, - "hid": true, + "hid": false, "usb": false }, "burn": { diff --git a/boards/default_src/micropython_esp32c3/origin/config.json b/boards/default_src/micropython_esp32c3/origin/config.json index 62dbefbf..3e8b09e0 100644 --- a/boards/default_src/micropython_esp32c3/origin/config.json +++ b/boards/default_src/micropython_esp32c3/origin/config.json @@ -65,7 +65,7 @@ "web": { "devices": { "serial": true, - "hid": true, + "hid": false, "usb": false }, "burn": { diff --git a/boards/default_src/micropython_esp32s2/origin/config.json b/boards/default_src/micropython_esp32s2/origin/config.json index 5629bacc..487c1d0b 100644 --- a/boards/default_src/micropython_esp32s2/origin/config.json +++ b/boards/default_src/micropython_esp32s2/origin/config.json @@ -77,7 +77,7 @@ "web": { "devices": { "serial": true, - "hid": true, + "hid": false, "usb": false }, "burn": { diff --git a/boards/default_src/micropython_esp32s3/origin/config.json b/boards/default_src/micropython_esp32s3/origin/config.json index 1ba01377..62a3ff82 100644 --- a/boards/default_src/micropython_esp32s3/origin/config.json +++ b/boards/default_src/micropython_esp32s3/origin/config.json @@ -60,7 +60,7 @@ "web": { "devices": { "serial": true, - "hid": true, + "hid": false, "usb": false }, "burn": {