Skip to content

Commit 982b5dc

Browse files
authored
Merge pull request #686 from doudar/ble_debug
Don't search for any characteristics until after connection callback has completed.
2 parents af099c6 + ba4c7fc commit 982b5dc

3 files changed

Lines changed: 109 additions & 109 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Hardware
1515

1616

17+
## [25.11.3]
18+
19+
### Added
20+
21+
### Changed
22+
23+
### Hardware
24+
25+
1726
## [25.10.19]
1827

1928
### Added

include/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ constexpr const char* ANY = "any";
355355
#define BLE_CLIENT_STACK 6000 //Scans and connects to BLE devices. Holds the BLE Notify Data.
356356

357357
// Uncomment to enable stack size debugging info
358-
#define DEBUG_STACK
358+
// #define DEBUG_STACK
359359

360360
// Uncomment to enable HR->PWR debugging info. Always displays HR->PWR
361361
// Calculation. Never sets userConfig->setSimulatedPower();

0 commit comments

Comments
 (0)