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: 543fad2
Choose a base ref
...
head repository: tablatronix/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c71fa42
Choose a head ref
  • 2 commits
  • 0 files changed
  • 1 contributor

Commits on Jan 8, 2022

  1. Proposed fix for #2501

    Reliability fix for autoReconnect when assoc_fail, autoReconnect did not work before for these failures.
    
    Changes behavior of WIFI_REASON_ASSOC_FAIL event when autoReconnect is set, removes WIFI_REASON_ASSOC_FAIL/WL_CONNECT_FAILED so retry waitforconnectresult loop stays active for the retry, was not working before.
    tablatronix committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    930e5ec View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    c71fa42 View commit details
    Browse the repository at this point in the history
Loading