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

Add setClientTimeout() to ESP8266HTTPUpdate #8740

Merged
merged 7 commits into from
Dec 6, 2022

Commits on Dec 4, 2022

  1. defined new method setClientTimeout

    Alternative to destroying auto created object ESPhttpUpdate, then recreating it with the constructor that supported a timeout
    DarioGHub committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    80c659c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65aa0c3 View commit details
    Browse the repository at this point in the history
  3. added call to new method setClientTimeout

    changed commented setDebugOutput to false to reflect the core 3 behaviour of wifi debug output by default.
    Removed a couple of newlines, and the 4 second wait block from setup.
    DarioGHub committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    e31ce32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ef16f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    5acecaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6ec6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2756b7 View commit details
    Browse the repository at this point in the history