We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9029bf6 commit 2ca6a28Copy full SHA for 2ca6a28
changelog.md
@@ -39,6 +39,8 @@
39
- Fixed an discovery bug introduced in 0.7.5
40
- Fixed #99 setStopCallback() for BLEScanner is not implemented
41
- 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
44
45
## 0.7.5
46
libraries/Bluefruit52Lib/src/BLEAdvertising.cpp
@@ -380,6 +380,7 @@ bool BLEAdvertising::stop(void)
380
{
381
VERIFY_STATUS( sd_ble_gap_adv_stop(), false);
382
383
+ _runnning = false;
384
Bluefruit._stopConnLed(); // stop blinking
385
386
return true;
0 commit comments