Timer stopped after exiting while loop

pull/10636/head
Bilal Qamar 2019-05-23 11:09:43 +05:00
parent defc244db2
commit fb51501234
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ bool UBLOX_AT_CellularContext::activate_profile(const char *apn,
break;
wait_ms(5000); //Wait for 5 seconds and then try again
}
t1.stop();
}
}
}