scripts: uploader.py: print unplug hint when downloading firmware

This commit is contained in:
Peter Barker 2019-06-19 16:10:47 +10:00 committed by Peter Barker
parent b741639002
commit 4b455afd42

View File

@ -804,7 +804,7 @@ def main():
if not args.download:
fw = firmware(args.firmware)
print("Loaded firmware for %x,%x, size: %d bytes, waiting for the bootloader..." % (fw.property('board_id'), fw.property('board_revision'), fw.property('image_size')))
print("If the board does not respond within 1-2 seconds, unplug and re-plug the USB connector.")
print("If the board does not respond within 1-2 seconds, unplug and re-plug the USB connector.")
baud_flightstack = [int(x) for x in args.baud_flightstack.split(',')]