Merge pull request #201 from platformio/release/v1.4.0

Merge from "release"
This commit is contained in:
Ivan Kravets
2015-05-14 23:39:58 +02:00

View File

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