esp-cpp / espp

C++ components for ESP
https://esp-cpp.github.io/espp/
MIT License
30 stars 9 forks source link

Update esp-nimble-cpp to match upstream #253

Closed finger563 closed 4 months ago

finger563 commented 4 months ago

Description

Motivation and Context

We upstreamed our changes from esp-cpp/esp-nimble-cpp into h2zero/esp-nimble-cpp, and in doing so slightly changed the APIs. This PR updates to the latest esp-cpp/esp-nimble-cpp which is sync-ed with upstream and updates the espp::BleGattServer and associated CLI menu to use the updated APIs. This will help us stay up to date with esp-nimble-cpp upstream as new bugfixes / features are developed.

Associated PRS that were merged from our fork:

How has this been tested?

Building and running the hid_service/example on a QtPy ESP32S3.

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

CleanShot 2024-06-05 at 08 55 32

Types of changes

Checklist:

Software

github-actions[bot] commented 4 months ago

:white_check_mark:Static analysis result - no issues found! :white_check_mark: