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

Update to pyserial 3.5, esptool 3.0 #7737

Merged
merged 3 commits into from
Dec 2, 2020

Commits on Dec 1, 2020

  1. Update to pyserial 3.5, esptool 3.0

    Recent releases may work better with some newer MacOS releases
    according to their commit logs.
    earlephilhower committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    2978492 View commit details
    Browse the repository at this point in the history
  2. Add backward compatible flash size detection

    Ensure esptool detects the flash size and doesn't use the one hardcoded
    in the bootloader.  Thanks to @d-a-v for noticing the esptool change.
    earlephilhower committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6f8dd8c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

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