mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Hint about hard reset for the boards with mbed bootloader // Issue #709
This commit is contained in:
@ -142,7 +142,7 @@ def UploadToDisk(_, target, source, env): # pylint: disable=W0613,W0621
|
||||
copyfile(fpath, join(
|
||||
env.subst("$UPLOAD_PORT"), "%s.%s" % (progname, ext)))
|
||||
print("Firmware has been successfully uploaded.\n"
|
||||
"Please restart your board.")
|
||||
"(Some boards may require manual hard reset)")
|
||||
|
||||
|
||||
def CheckUploadSize(_, target, source, env): # pylint: disable=W0613,W0621
|
||||
|
Reference in New Issue
Block a user