added soft reboot to teensy_loader_cli

This commit is contained in:
Tim Jagenberg
2015-05-14 23:22:55 +02:00
parent 7aba4274d3
commit 8453d2431c

View File

@ -40,6 +40,7 @@ if isfile(env.subst(join(
UPLOADERFLAGS=[
"-mmcu=$BOARD_MCU",
"-w", # wait for device to apear
"-s", # soft reboot if device not online
"-v" # verbose output
],
UPLOADHEXCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES'