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/ArduinoBLE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.4
Choose a base ref
...
head repository: arduino-libraries/ArduinoBLE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.5
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 20, 2023

  1. Support C33

    facchinm committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0ad2d7d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge pull request #303 from facchinm/c33

    Support Arduino Portenta C33
    facchinm authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7e0c757 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Fix broken image embed in documentation

    The file previously targeted by the embed has been lost or moved. Experience shows that this is is a common occurrence
    with the files hosted by Arduino, and will be especially problematic in cases like this where the file may appear to be
    superfluous to the website maintainers due to the lack of any internal references to it, so the only way to ensure the
    file will continue to be available is by hosting alongside the documentation content in the repository.
    
    I was able to recover the lost file from the Internet Archive Wayback Machine's 2023-06-18 archive of the previous URL:
    
    https://web.archive.org/web/20230618230604/https://www.arduino.cc/en/uploads/Reference/ble-bulletin-board-model.png
    
    The absolute URL of the file was intentionally used in the markup instead of what would normally be the best practices
    of using the relative path. The reason is because the documentation content will be published at
    https://reference.arduino.cc/reference/en/libraries/arduinoble/ and the publishing system doesn't have any capability
    for handling asset files.
    per1234 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    0753ec0 View commit details
    Browse the repository at this point in the history
  2. Fix broken link in documentation

    The previous target of this link is no longer available.
    
    I found that there is no longer an authoritative web page that provides a list of standard GATT service UUIDs, equivalent to the previous target of that link:
    
    https://web.archive.org/web/20160305021019/https://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx
    
    The Bluetooth Special Interest Group has since moved this information into the "Assigned Numbers" pdf, so I replaced the
    broken link with a link to the download page for that document and noted its location in that document.
    per1234 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a29f1aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #304 from per1234/fix-link

    Fix broken links in documentation
    per1234 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    726a6c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Update library.properties

    facchinm authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8ca5415 View commit details
    Browse the repository at this point in the history
Loading