diff --git a/.gitignore b/.gitignore index 34376472..7f898502 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ .pio/ -.vscode/c_cpp_properties.json -.vscode/launch.json -.vscode/ipch -.vscode/extensions.json +.vscode/ .idea/ test/tmp_pio_test_transport.cpp test/output/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ccc7bc6..3acd7288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Hardware + + +## [26.5.4] + +### Added + ### Changed - Adjusted BLE advertising to present SmartSpin2k as a cycling power sensor for improved Garmin discovery and pairing. - Updated BLE setup to use a public device address for Garmin compatibility. +- Updated .gitignore to cover .vscode folder. ### Hardware