mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
added soft reboot to teensy_loader_cli
This commit is contained in:
@ -40,6 +40,7 @@ if isfile(env.subst(join(
|
|||||||
UPLOADERFLAGS=[
|
UPLOADERFLAGS=[
|
||||||
"-mmcu=$BOARD_MCU",
|
"-mmcu=$BOARD_MCU",
|
||||||
"-w", # wait for device to apear
|
"-w", # wait for device to apear
|
||||||
|
"-s", # soft reboot if device not online
|
||||||
"-v" # verbose output
|
"-v" # verbose output
|
||||||
],
|
],
|
||||||
UPLOADHEXCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES'
|
UPLOADHEXCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES'
|
||||||
|
Reference in New Issue
Block a user