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

More MQTT Ethernet configuration - timeout #1453

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Commits on Nov 17, 2020

  1. Add MY_MQTT_ETH_INIT_DELAY to configuration

    MY_MQTT_ETH_INIT_DELAY configuration field is useful for adjusting
    Ethernet Chip initialisation delay time by library user.
    mobrembski authored and Michał Obrembski committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a090351 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Add MY_MQTT_ETH_CLIENT_CONNECTION_TIMEOUT to config

    MY_MQTT_ETH_CLIENT_CONNECTION_TIMEOUT is useful for adjusting default
    MQTT TCP/IP connection timeout by library user.
    mobrembski authored and Michał Obrembski committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    c326e38 View commit details
    Browse the repository at this point in the history
  2. Added setConnectionTimeout to EthernetClient for Linux

    mobrembski authored and Michał Obrembski committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    c9130b9 View commit details
    Browse the repository at this point in the history