What's Changed
- Fix Typo by @fabdelgado in #472
- Fix CONFIG_BT_NIMBLE_NVS_PERSIST value not being used. by @h2zero in #520
- Update build/release workflows and Doxyfile by @h2zero in #524
- Add directed peer address parameter to advertising start. by @h2zero in #507
- Expose advertisement flags in NimBLEAdvertisedDevice by @lultimouomo in #504
- Add index parameter for multiple manufacturer data sets. by @h2zero in #506
- Update NimBLE core to esp-nimble @0fc6282 by @h2zero in #499
- Set service handle in getHandle function if not set already. by @h2zero in #544
- Update example to initialize pAdvertising after NimBLEDevice::init() by @ankgt in #545
- Set manufacturer data directly instead of converting from string by @eighty2fifty1 in #529
- Add generic advertisement 'type' functions by @jcontrerasf in #575
- Added nimble_port_freertos_get_hs_hwm() visibility for ESP32 platform by @devmirek in #654
- Bug fix on PNP info by @afpineda in #519
- Fix Error in converting EddystoneTLM negative temperatures to float by @Max93 in #677
- Remove IPC calls in the esp32 HCI. by @h2zero in #681
- Add clearData method to NimBLEAdvertisementData. by @h2zero in #683
- Remove asserts in NimBLECharacteristic read/write. by @h2zero in #684
- Rename "TAG" to "LOG_TAG" to avoid conflict with Arduino core. by @h2zero in #682
New Contributors
- @fabdelgado made their first contribution in #472
- @lultimouomo made their first contribution in #504
- @ankgt made their first contribution in #545
- @eighty2fifty1 made their first contribution in #529
- @jcontrerasf made their first contribution in #575
- @devmirek made their first contribution in #654
- @afpineda made their first contribution in #519
- @Max93 made their first contribution in #677
Full Changelog: 1.4.1...1.4.2