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

ESP8266: implements possibility to decide between non-blocking/blocking connect. #9421

Merged
merged 3 commits into from
Jan 24, 2019
Merged

ESP8266: implements possibility to decide between non-blocking/blocking connect. #9421

merged 3 commits into from
Jan 24, 2019

Commits on Jan 21, 2019

  1. ESP8266: makes connect() connection status aware

    Veijo Pesonen committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c60c524 View commit details
    Browse the repository at this point in the history
  2. ESP8266: turns connect fully to non-blocking mode

    Blocking mode connect is not supported anymore when this patch is
    applied
    Veijo Pesonen committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    58c1a88 View commit details
    Browse the repository at this point in the history
  3. ESP8266: provides blocking/non-blocking connect

    Implements NetworkInterface::set_blocking() and implements the
    functionality to distinguish between the two in connect()
    Veijo Pesonen committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c4d96e6 View commit details
    Browse the repository at this point in the history