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

GSM: allow retry if connection fails #975

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    a47ad45 View commit details
    Browse the repository at this point in the history
  2. GSM: remove isReady

    pennam committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    59a7e4a View commit details
    Browse the repository at this point in the history
  3. GSM: add end() implementation

    pennam committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    608370b View commit details
    Browse the repository at this point in the history
  4. GSM: fix comments alignment

    pennam committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e4c8966 View commit details
    Browse the repository at this point in the history
  5. GSM: add setTimeout function

    pennam committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cb912ff View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    5fa067e View commit details
    Browse the repository at this point in the history
  2. [TEMP] MbedClient: retry write if modem returns NSAPI_ERROR_WOULD_BLOCK

    This should be handled in modem driver because it was intentionally removed in
    arduino#906
    pennam committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3fe32be View commit details
    Browse the repository at this point in the history