From 83dfcf6ac290de554d43b233c1ef2a2da483f799 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 15 Feb 2015 23:38:11 +0200 Subject: [PATCH] Remove external rebooter for Teensy CLI --- platformio/builder/scripts/teensy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio/builder/scripts/teensy.py b/platformio/builder/scripts/teensy.py index 2b17b13b..f91eac62 100644 --- a/platformio/builder/scripts/teensy.py +++ b/platformio/builder/scripts/teensy.py @@ -142,7 +142,6 @@ if isfile(env.subst(join( UPLOADERFLAGS=[ "-mmcu=$BOARD_MCU", "-w", # wait for device to apear - "-r", # hard reboot if device not online "-v" # verbose output ], UPLOADHEXCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES'