Remove reference to NRF Softdevice in CMake and documentation.
Update documentation. Remove Asserts when starting advertising to prevent crash (known bug). Set version 0.5.0.
This commit is contained in:
parent
56fba1c242
commit
d6c6ac4cf5
5 changed files with 19 additions and 147 deletions
|
|
@ -195,7 +195,6 @@ void nimble_port_init(void) {
|
|||
}
|
||||
|
||||
void nimble_port_ll_task_func(void *args) {
|
||||
// extern void ble_ll_task(void *arg);
|
||||
ble_ll_task(args);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue