From 6cec7ff0fde6f0fbd2c2f2d6cf274dc7eb37b1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Sat, 26 Jul 2025 13:47:24 +0800 Subject: [PATCH] =?UTF-8?q?chore(board):=20=E7=A7=BB=E9=99=A4micropython?= =?UTF-8?q?=5Fesp32c2=E4=B8=8Bdevices=E7=9A=84vid=E5=92=8Cpid=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../micropython_esp32c2/origin/config.json | 27 +++---------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/boards/default_src/micropython_esp32c2/origin/config.json b/boards/default_src/micropython_esp32c2/origin/config.json index 4c4b8d58..0600af7d 100644 --- a/boards/default_src/micropython_esp32c2/origin/config.json +++ b/boards/default_src/micropython_esp32c2/origin/config.json @@ -70,30 +70,9 @@ "pythonToBlockly": false, "web": { "devices": { - "serial": { - "filters": [ - { - "usbVendorId": 6790, - "usbProductId": 65036 - } - ] - }, - "hid": { - "filters": [ - { - "vendorId": 6790, - "productId": 65036 - } - ] - }, - "usb": { - "filters": [ - { - "vendorId": 6790, - "productId": 65036 - } - ] - } + "serial": true, + "hid": true, + "usb": true }, "burn": { "erase": true,