mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 23:23:54 -06:00
Fix 'bossac' upload on Windows (#19545)
This commit is contained in:
parent
d06bcd6dd3
commit
8dcc72ce9c
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ if current_OS == 'Windows':
|
|||
|
||||
# Use bossac.exe on Windows
|
||||
env.Replace(
|
||||
UPLOADCMD="bossac --info --unlock --write --verify --reset --erase -U false --boot"
|
||||
UPLOADCMD="bossac --info --unlock --write --verify --reset --erase -U false --boot $SOURCE"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue