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,