forked from platformio/platformio-core
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(
|
copyfile(fpath, join(
|
||||||
env.subst("$UPLOAD_PORT"), "%s.%s" % (progname, ext)))
|
env.subst("$UPLOAD_PORT"), "%s.%s" % (progname, ext)))
|
||||||
print("Firmware has been successfully uploaded.\n"
|
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
|
def CheckUploadSize(_, target, source, env): # pylint: disable=W0613,W0621
|
||||||
|
Reference in New Issue
Block a user