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_ESP32_OTA
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: arduino-libraries/Arduino_ESP32_OTA
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 17 commits
  • 11 files changed
  • 4 contributors

Commits on Feb 29, 2024

  1. Bump actions/upload-artifact from 3 to 4 (#26)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3f51ed5 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 3 to 4 (#27)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    dd49750 View commit details
    Browse the repository at this point in the history
  3. Bump geekyeggo/delete-artifact from 2 to 4 (#29)

    Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 4.
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b2e65f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    e4b4613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37e6ef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Bump geekyeggo/delete-artifact from 4 to 5 (#33)

    Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 4 to 5.
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    991f852 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    8df53a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    594ea2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    672403c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ef7da5 View commit details
    Browse the repository at this point in the history
  5. fixing typo

    andreagilardoni committed May 27, 2024
    Configuration menu
    Copy the full SHA
    95673bc View commit details
    Browse the repository at this point in the history
  6. added missing headers

    andreagilardoni committed May 27, 2024
    Configuration menu
    Copy the full SHA
    03ce37c View commit details
    Browse the repository at this point in the history
  7. Improving ESP32 ota to be inline with new IoTCloud implementation

    Added the possibility to run download in a non blocking fashion
    andreagilardoni committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2d503d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    080e75e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13c6009 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72e71bf View commit details
    Browse the repository at this point in the history
  11. Release v0.3.0

    andreagilardoni committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5ed0df5 View commit details
    Browse the repository at this point in the history
Loading