Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.16
Choose a base ref
...
head repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.17
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    b0a7973 View commit details
    Browse the repository at this point in the history
  2. Update version to 2.0.17

    me-no-dev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f364155 View commit details
    Browse the repository at this point in the history
  3. fix: remove "programmer.default" from Nano ESP32 (#9665)

    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 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    5e19e08 View commit details
    Browse the repository at this point in the history
Loading