Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.

This commit is contained in:
JF
2020-06-16 20:36:24 +02:00
parent fab220d0b9
commit 9898fed806
31 changed files with 768 additions and 1043 deletions

View File

@@ -48,8 +48,8 @@ void SystemTask::Process(void *instance) {
}
void SystemTask::Work() {
watchdog.Setup(7);
watchdog.Start();
//watchdog.Setup(7);
//watchdog.Start();
NRF_LOG_INFO("Last reset reason : %s", Pinetime::Drivers::Watchdog::ResetReasonToString(watchdog.ResetReason()));
APP_GPIOTE_INIT(2);