From 4af530f238c68fa2b5f1e048bd04a2a55264b4ec Mon Sep 17 00:00:00 2001 From: sago35 Date: Fri, 16 Sep 2022 08:48:50 +0900 Subject: [PATCH] wioterminal: remove serial-port setting of bootloader --- targets/wioterminal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/wioterminal.json b/targets/wioterminal.json index 9fc4c555..45ad7c5c 100644 --- a/targets/wioterminal.json +++ b/targets/wioterminal.json @@ -2,7 +2,7 @@ "inherits": ["atsamd51p19a"], "build-tags": ["wioterminal"], "serial": "usb", - "serial-port": ["acm:2886:002d", "acm:2886:802d"], + "serial-port": ["acm:2886:802d"], "flash-1200-bps-reset": "true", "flash-method": "msd", "msd-volume-name": "Arduino",