Skip to content

Release version 1.0.2

Choose a tag to compare

@h2zero h2zero released this 14 Sep 03:43
· 393 commits to master since this release

NimBLEAdvertising::start Now takes 2 optional parameters, the first is the duration to advertise for (in seconds), the second is a
callback that is invoked when advertsing ends and takes a pointer to a NimBLEAdvertising object (similar to the NimBLEScan::start API).