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

Feature/http update wi fi client parameter #4980

Merged
merged 49 commits into from
Oct 6, 2018
Merged

Feature/http update wi fi client parameter #4980

merged 49 commits into from
Oct 6, 2018

Commits on Jul 29, 2018

  1. Function added to detect baudrate

    Jeroen88 committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    ff2858a View commit details
    Browse the repository at this point in the history
  2. Two begin() methods added to pass WiFiClient

    Jeroen88 committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    588d03b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d95871 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/HTTPClient_WiFiClient_parameter' into feature/H…

    …TTPUpdate_WiFiClient_parameter
    Jeroen88 committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    481d080 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9ae2c4 View commit details
    Browse the repository at this point in the history
  6. update() functions and updateSpiffs() function added to pass a WiFiCl…

    …ient parameter and added secure update example
    Jeroen88 committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    7b134cb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    d0d7466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac3dbc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96636f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02637d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    5aff343 View commit details
    Browse the repository at this point in the history
  2. add basicHttpsClient example, ensured in the backward compatible func…

    …tion that only one connection is made, updated version to 1.2 deprecating present begin() functions, several minor updates
    Jeroen88 committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    d4db72d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2807373 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Adding #pragma's to suppress Travis Build warning for use of deprecat…

    …ed function
    Jeroen88 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    815fb0f View commit details
    Browse the repository at this point in the history
  2. Adding #pragma's to suppress Travis Build warning for use of deprecat…

    …ed function 2nd try
    Jeroen88 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    2047402 View commit details
    Browse the repository at this point in the history
  3. Adding #pragma's to suppress Travis Build warning for use of deprecat…

    …ed function 3rd try
    Jeroen88 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    5ff9728 View commit details
    Browse the repository at this point in the history
  4. Adding #pragma's to suppress Travis Build warning for use of deprecat…

    …ed function 4th try
    Jeroen88 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    11ea32a View commit details
    Browse the repository at this point in the history
  5. revert accidentally changed files ESP8266httpUpdate.h and .cpp to ori…

    …gin/master
    Jeroen88 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    cfd977c View commit details
    Browse the repository at this point in the history
  6. Adding #pragma's to ESP8266httpUpdate.cpp to ignore use of deprecated…

    … functions. Adaptations to work with new ESP8266hhtpClient are made in PR #4980
    Jeroen88 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    dc20696 View commit details
    Browse the repository at this point in the history
  7. Work in progress

    Jeroen88 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    156b506 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Work in progress

    Jeroen88 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    5a16a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e7754 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/HTTPClient_WiFiClient_parameter' into feature/H…

    …TTPUpdate_WiFiClient_parameter
    Jeroen88 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    47e0e38 View commit details
    Browse the repository at this point in the history
  4. Added one \n

    Jeroen88 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    6fe03e3 View commit details
    Browse the repository at this point in the history
  5. Bugfix in getStream() and getStreamPtr()

    Jeroen88 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    fba638c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/HTTPClient_WiFiClient_parameter' into feature/H…

    …TTPUpdate_WiFiClient_parameter
    Jeroen88 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    f4c0129 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fb6236 View commit details
    Browse the repository at this point in the history
  8. Indentation to pass Travis and removed comment

    Jeroen88 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    7c19eb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Added #pragma's around calls to deprecated functions from deprecated …

    …functions to pass Travis test
    Jeroen88 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    af95fc0 View commit details
    Browse the repository at this point in the history
  2. Moving httpUpdateSPIFFS.ino to new API

    Jeroen88 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    ae41ad7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

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

Commits on Sep 22, 2018

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

Commits on Sep 28, 2018

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

Commits on Oct 2, 2018

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

Commits on Oct 3, 2018

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

Commits on Oct 5, 2018

  1. Exit writeSteam() on received bytes in stead of timeout and add visua…

    …l feedback while updating using LED on pin 2
    Jeroen88 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    1593266 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/HTTPUpdate_WiFiClient_parameter' of https://git…

    …hub.com/Jeroen88/Arduino into feature/HTTPUpdate_WiFiClient_parameter
    Jeroen88 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    18cb311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1eab93 View commit details
    Browse the repository at this point in the history
  4. Make LED status optional

    Jeroen88 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    fc3517c View commit details
    Browse the repository at this point in the history
  5. Make LED feedback optional

    Jeroen88 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    284e3c6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/Updater/flashLED' into feature/HTTPUpdate_WiFiC…

    …lient_parameter
    Jeroen88 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    fbe28fd View commit details
    Browse the repository at this point in the history
  7. Give optional feedback (provided by additional feature on Update clas…

    …s) on update progress using a flashing LED
    Jeroen88 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    bc897d5 View commit details
    Browse the repository at this point in the history
  8. Removing extraneous debug comment

    Jeroen88 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    8eeaa01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e7c7a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3571bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5126cfa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ce28bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e5c253f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Fix ::connect() to work for legacy API

    The `_client==NULL` check was performed before any `_client` could
    be set by the shim code.  Move the check past where the shim code
    actually sets the variable.   Fixes any unmodified legacy code and the
    old samples.
    earlephilhower authored Oct 6, 2018
    Configuration menu
    Copy the full SHA
    5a20da5 View commit details
    Browse the repository at this point in the history