forked from platformio/platformio-core
Remove default options
This commit is contained in:
@ -90,7 +90,6 @@ env.Replace(
|
|||||||
"-cd", "${BOARD_OPTIONS['upload']['resetmethod']}",
|
"-cd", "${BOARD_OPTIONS['upload']['resetmethod']}",
|
||||||
"-cb", "$UPLOAD_SPEED",
|
"-cb", "$UPLOAD_SPEED",
|
||||||
"-cp", "$UPLOAD_PORT",
|
"-cp", "$UPLOAD_PORT",
|
||||||
"-ca", "0x00000",
|
|
||||||
"-cf", "$SOURCE"
|
"-cf", "$SOURCE"
|
||||||
],
|
],
|
||||||
UPLOADCMD='$UPLOADER $UPLOADERFLAGS',
|
UPLOADCMD='$UPLOADER $UPLOADERFLAGS',
|
||||||
|
Reference in New Issue
Block a user