diff --git a/boards/default_src/micropython_esp32c2/origin/config.json b/boards/default_src/micropython_esp32c2/origin/config.json index c66baef2..4c4b8d58 100644 --- a/boards/default_src/micropython_esp32c2/origin/config.json +++ b/boards/default_src/micropython_esp32c2/origin/config.json @@ -70,35 +70,30 @@ "pythonToBlockly": false, "web": { "devices": { - "micropython:esp32c2:mixgo_mini": { - "serial": { - "filters": [ - { - "usbVendorId": 6790, - "usbProductId": 65036 - } - ] - }, - "hid": { - "filters": [ - { - "vendorId": 6790, - "productId": 65036 - } - ] - }, - "usb": { - "filters": [ - { - "vendorId": 6790, - "productId": 65036 - } - ] - } + "serial": { + "filters": [ + { + "usbVendorId": 6790, + "usbProductId": 65036 + } + ] }, - "serial": true, - "hid": true, - "usb": true + "hid": { + "filters": [ + { + "vendorId": 6790, + "productId": 65036 + } + ] + }, + "usb": { + "filters": [ + { + "vendorId": 6790, + "productId": 65036 + } + ] + } }, "burn": { "erase": true,