Skip to content
New issue

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

Fixed serial port argument that may include spaces #6383

Merged
merged 1 commit into from Jul 25, 2017

Commits on Jun 15, 2017

  1. Fixed Serial Port Argument That May Include Spaces

    Other paths in avrdude.upload.pattern are wrapped in double quotes, and
    this -P{serial.port} causes issues with some platforms. This allows
    serial port devices which include spaces and other characters. Without
    this fix a /dev/tty* or /dev/cu* device that includes a space in its
    name gets truncated when passed to avrdude. Error messages returned
    from avrdude are cryptic, and workarounds (symlinks) are prone to
    failure.
    
    Fixes arduino#3693
    smartperson committed Jun 15, 2017
    Copy the full SHA
    408b500 View commit details
    Browse the repository at this point in the history