mirror of https://github.com/Desuuuu/klipper.git
flash_usb: Inform user to manually reset after stm32f4 flash
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
5131ec5eb0
commit
4b4e309e1b
|
@ -208,6 +208,9 @@ def flash_stm32f4(options, binfile):
|
|||
sys.stderr.write(STM32F4_HELP % (
|
||||
options.device, str(e), options.device))
|
||||
sys.exit(-1)
|
||||
sys.stdout.write("\n\nFlash appears successful.\n"
|
||||
"Device must be manually reset for new code to run.\n"
|
||||
"\n")
|
||||
|
||||
MCUTYPES = {
|
||||
'atsam3': flash_atsam3, 'atsam4': flash_atsam4, 'atsamd': flash_atsamd,
|
||||
|
|
Loading…
Reference in New Issue