Skip to content

Conversation

dave-newson
Copy link

Simple fix that adds double-quotes around avrdude file paths, improving compatibility with windows-style drive names that contain colons.
Previously any paths that contain a colon (eg. C:/) would cause an avrdude error.

Example:
'-Uflash:w:${TARGET_PATH}.hex:i' becomes '-Uflash:w:"${TARGET_PATH}.hex":i'

…ility with windows drive references containing colons.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants