Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino-libraries/Arduino_ConnectionHandler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: arduino-libraries/Arduino_ConnectionHandler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.2
Choose a head ref
  • 10 commits
  • 16 files changed
  • 4 contributors

Commits on May 14, 2025

  1. Defined TimeoutTable for the user to customize timeouts

    changing the approach from defining a static array CHECK_INTERVAL_TABLE
    we can allow the user to change timeout values at runtime depending on
    his needs.
    andreagilardoni committed May 14, 2025
    Configuration menu
    Copy the full SHA
    7a9f07b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

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

Commits on Jun 30, 2025

  1. add get setting

    fabik111 committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    c657b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c52c56 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Merge pull request #143 from fabik111/add-get-setting

    Add getter of network settings
    andreagilardoni authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    5d42d62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #144 from pennam/initializer-fix

    fix: warning: missing initializer for member 'models::NetworkSetting::<anonymous>'
    andreagilardoni authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    e4c1616 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    98ca332 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140 from andreagilardoni/timeout-table

    Defined TimeoutTable for the user to customize timeouts
    andreagilardoni authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    d314734 View commit details
    Browse the repository at this point in the history
  3. Publish 1.1.2

    andreagilardoni committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    7d68535 View commit details
    Browse the repository at this point in the history
Loading