2
0
Fork 0
mirror of https://github.com/h2zero/esp-nimble-cpp.git synced 2025-04-12 14:57:21 +02:00

Update Changelog

This commit is contained in:
h2zero 2024-12-21 16:05:38 -07:00
parent 015217c764
commit 954ba0b5a7

View file

@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## Fixed
- Compile error when only advertising role is enabled.
- Possible crash if bonded client reconnects.
## Changed
- `NimBLEHIDDevice` can now create more than one in/out/feature report map.
## Added
- Config for custom log colors pre level.
## [2.0.1] 2024-12-16
## Fixed