Commit Graph

10 Commits

Author SHA1 Message Date
7bec9c240a Release 1.2.0 2021-02-08 11:46:11 -07:00
1210772332 Update changelog. 2021-02-08 10:18:59 -07:00
4e24a06645 Release 1.1.0 2021-01-20 20:18:23 -07:00
26ab9760da Update changelog. 2021-01-14 11:40:27 -07:00
36317e18db Allow subscribing to characteristics if CCCD does not exist on peer device.
- This changes NimBLERemoteCharacteristic::subscribe and NimBLERemoteCharacteristic::registerForNotify functionality
such that the notification callback will always be set.

Additionally these methods will always return true unless the descriptor write fails.

This allows for notifications to trigger the callback when a peer device sends them and does not have a CCCD.
Also it should not be flagged as a failure if the CCCD does not exist.
It should only be flagged when an acutal write operation fails.
2020-12-24 19:59:45 -07:00
22d5564d04 Fix compilation errors when using latest Arduino master and IDF 3.3+ 2020-12-24 15:05:32 -07:00
77f477f428 Add conditional checks to nimconfig to support command line defines.
* Support platformio config settings on command line.

* Update changelog.
2020-12-19 23:05:54 -07:00
22103af037 Allow scan start from scan complete callback.
* Correct comment in scan start
2020-10-13 19:49:45 -06:00
d9e11ee630 Release 1.0.2 2020-09-13 21:37:13 -06:00
8add6e86c4 Release v1.0.1 2020-09-02 19:45:08 -06:00