mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix uploader flags for microchippic32 platform
This commit is contained in:
@ -82,8 +82,8 @@ env.Replace(
|
||||
|
||||
UPLOADER=join("$PIOPACKAGES_DIR", "tool-pic32prog", "pic32prog"),
|
||||
UPLOADERFLAGS=[
|
||||
"-d", '"$UPLOAD_PORT"'
|
||||
"-b", "$UPLOAD_SPEED",
|
||||
"-d", '"$UPLOAD_PORT"',
|
||||
"-b", "$UPLOAD_SPEED"
|
||||
],
|
||||
UPLOADCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES',
|
||||
|
||||
|
Reference in New Issue
Block a user