Fix UF2 mbed uploading again

This commit is contained in:
unknown 2022-06-09 21:04:40 +02:00
parent a587ecab51
commit 4d1e3817d7

View File

@ -15,9 +15,10 @@
import sys
from platform import system
from os import makedirs
from os.path import isdir, join
from os.path import isdir, join, isfile
import re
import time
from shutil import copyfile
from platformio.public import list_serial_ports