Thanks to visit codestin.com
Credit goes to github.com

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: h2zero/esp-nimble-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: h2zero/esp-nimble-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.3
Choose a head ref
  • 19 commits
  • 22 files changed
  • 5 contributors

Commits on Dec 17, 2024

  1. Fix compiling errors when central is disabled.

    * Fix missing member error 'm_pClient' in NimBLEServer
    mr258876 authored and h2zero committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    6357a0d View commit details
    Browse the repository at this point in the history
  2. Fix NimBLEHIDDevice output report returning incorrect characteristic.…

    … (#805)
    
    The input and output report characteristics share the same UUID and the `getOutputReport` was returning the input report characteristic.
    This change will return the correct characteristic by finding it with the index parameter.
    h2zero committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    3743eb9 View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    h2zero committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    3e0ce87 View commit details
    Browse the repository at this point in the history
  4. Add missing NimBLEUtils and NimBLEConnInfo includes to NimBLEDevice.h

    In some cases compilation of examples would fail due to missing these headers so they should be included in NimBLEDevice.h
    h2zero committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    ec4d4c4 View commit details
    Browse the repository at this point in the history
  5. Release 2.0.1

    h2zero committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    275def3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Fix crash that could occur when server reconnects

    * Update to not change services if they have not actually changed when starting the server
    Closes #270
    finger563 authored and h2zero committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    fd0187b View commit details
    Browse the repository at this point in the history
  2. Fix NimBLEHIDDevice not being able to create more than one in/out/fea…

    …ture report + temporal coupling
    afpineda authored and h2zero committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    65f6ee1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1c055 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Release 2.0.2

    h2zero committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    da48844 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. NimBLEScan increment m_callbackSent before callback.

    Fixes heap corruption observed on CONFIG_HEAP_POISONING_COMPREHENSIVE.
    thekurtovic authored and h2zero committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    dc53052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10ffa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c655b21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a127aba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95a35ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4972f3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed51076 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f6ab75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60290cd View commit details
    Browse the repository at this point in the history
  10. Release 2.0.3

    h2zero committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    2feaedb View commit details
    Browse the repository at this point in the history
Loading