Re-Enable BLE
This commit is contained in:
parent
64014f03ee
commit
6b5b0112e3
2 changed files with 5 additions and 5 deletions
|
|
@ -34,7 +34,7 @@ void SystemTask::Work() {
|
|||
NRF_LOG_INFO("Last reset reason : %s", Pinetime::Drivers::Watchdog::ResetReasonToString(watchdog.ResetReason()));
|
||||
APP_GPIOTE_INIT(2);
|
||||
bool erase_bonds=false;
|
||||
// nrf_sdh_freertos_init(ble_manager_start_advertising, &erase_bonds);
|
||||
nrf_sdh_freertos_init(ble_manager_start_advertising, &erase_bonds);
|
||||
|
||||
spi.Init();
|
||||
lcd.Init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue