Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 659 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 659 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.0]

Fixed

  • Fix memory leak in NimBLE by calling clearResults after scan results are processed.
  • Use unit64_t for address (device id) instead of std::string
  • Fix several clang tidy issues
  • Update example to call keepAlive regularly. This ensures scanning does not stop due to errors.
  • Fixed detection of 'Sensirion MyCO2' gadgets.

[0.1.0]

Added

  • Initial release