mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 18:44:27 +02:00
Update atmelsam uploader options
This commit is contained in:
@@ -25,7 +25,9 @@ env.Replace(
|
|||||||
"--erase",
|
"--erase",
|
||||||
"--write",
|
"--write",
|
||||||
"--verify",
|
"--verify",
|
||||||
"--boot"
|
"--boot",
|
||||||
|
"--reset"
|
||||||
|
|
||||||
],
|
],
|
||||||
UPLOADBINCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES'
|
UPLOADBINCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user