8000 Comparing 10.0.8...10.0.9 · adafruit/Adafruit_CircuitPython_BLE · GitHub
[go: up one dir, main page]

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: adafruit/Adafruit_CircuitPython_BLE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.0.8
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_BLE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.0.9
Choose a head ref
  • 11 commits
  • 5 files changed
  • 4 contributors

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    d179868 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #202 from ktnyt/device-info-pnp-id

    Add PNP ID designation to DeviceInfoService
    tannewt authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1a16cf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    59ecf71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7c7dd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. device_info.py: Fix use of Iterable

    Iterable is used only for type-checking. Use `from typing` instead of importing from `collections.abc`
    dhalbert authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d21fa91 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Merge pull request #204 from adafruit/dhalbert-patch-1

    device_info.py: Fix use of Iterable
    dhalbert authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    313e7cd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    e1df45f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #206 from dhalbert/pnp_id-defaults

    Use default values when pnp_id is not supplied
    dhalbert authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3ee63d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    3170d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d3fea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #203 from dhalbert/nus-buffers-at-least-mtu

    Make UARTService characteristics be at least as large as max MTU-3
    tannewt authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6afb85a View commit details
    Browse the repository at this point in the history
Loading
0