From 30d3950c5af39c001d4e78820f2e87a56e354678 Mon Sep 17 00:00:00 2001 From: eMad Date: Mon, 4 May 2026 08:34:52 -0400 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 5 +---- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) 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..e556b051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 From dc2385ab576a2eeb97b51e16632b313502a2f401 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 4 May 2026 12:36:31 +0000 Subject: [PATCH 2/2] Update changelog for version 26.5.4 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e556b051..3acd7288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ 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.