Hint about hard reset for the boards with mbed bootloader // Issue #709

This commit is contained in:
Ivan Kravets
2016-08-09 14:37:44 +03:00
parent fe76192590
commit 92e82941fe

View File

@ -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