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

Nano ESP32: delete programmer.default entry (on 2.0.x) #9665

Merged
merged 1 commit into from
May 22, 2024

Commits on May 22, 2024

  1. fix: remove "programmer.default" from Nano ESP32

    Setting programmer.default has unfortunately multiple effects:
    - sets the tick by default in the Tool menu in the IDE (which was the
      expected behavior),
    - forces the CLI to use the specified programmer every time an upload is
      attempted (which is confusing users).
    
    For this reason, it is better to remove the "programmer.default" setting
    from the board definition and let the user choose the programmer in the
    IDE menus, as it was before.
    pillo79 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    edf1ba7 View commit details
    Browse the repository at this point in the history