We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yikes. There's a typo in stm32l0-upload.bat -- I did final test on macOS and Linux but evidently didn't come back to Windows.
Arduino_Core_STM32/tools/windows/stm32l0-upload.bat
Line 122 in b24c769
The %.\dfu-util.exe is wrong, should be .\dfu-util.exe.
%.\dfu-util.exe
.\dfu-util.exe
Only affects download "with bootloader".
The text was updated successfully, but these errors were encountered:
56762a6
terrillmoore
No branches or pull requests
Yikes. There's a typo in stm32l0-upload.bat -- I did final test on macOS and Linux but evidently didn't come back to Windows.
Arduino_Core_STM32/tools/windows/stm32l0-upload.bat
Line 122 in b24c769
The
%.\dfu-util.exe
is wrong, should be.\dfu-util.exe
.Only affects download "with bootloader".
The text was updated successfully, but these errors were encountered: