From 682da88fe2cebd4dbca96628ea135a6d31b3d9c3 Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 14 Aug 2023 13:15:07 +0300 Subject: [PATCH] Delete obsolete comment --- builder/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/main.py b/builder/main.py index 1c8f997..bc0e4fe 100644 --- a/builder/main.py +++ b/builder/main.py @@ -479,7 +479,6 @@ elif upload_protocol == "mbctool": ] elif upload_protocol == "dfu": - # C:\Users\ROOT\AppData\Local\Arduino15\packages\arduino\tools\dfu-util\0.11.0-arduino5/dfu-util --device 0x2341:0x0070 -D C:\Users\ROOT\AppData\Local\Temp\arduino_build_789426/sketch_jul31a.ino.bin -Q hwids = board.get("build.hwids", [["0x2341", "0x0070"]]) vid = hwids[0][0]