Skip to content

Commit 2ca6a28

Browse files
committed
fix #110
1 parent 9029bf6 commit 2ca6a28

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
- Fixed an discovery bug introduced in 0.7.5
4040
- Fixed #99 setStopCallback() for BLEScanner is not implemented
4141
- Fixed #104 non-English keyboard BLE Hid, thanks to @ogatatsu
42+
- Fixed weekday for client_cts example
43+
- Fixed #110 Advertising.isRunning() returns true if stopped manually
4244

4345
## 0.7.5
4446

libraries/Bluefruit52Lib/src/BLEAdvertising.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ bool BLEAdvertising::stop(void)
380380
{
381381
VERIFY_STATUS( sd_ble_gap_adv_stop(), false);
382382

383+
_runnning = false;
383384
Bluefruit._stopConnLed(); // stop blinking
384385

385386
return true;

0 commit comments

Comments
 (0)