GSM external reset function delay
This commit is contained in:
parent
4fdec54608
commit
3858722cca
|
|
@ -167,6 +167,7 @@ static void GSMInitTask(void *pvParameter)
|
||||||
gsm_reset(0);
|
gsm_reset(0);
|
||||||
vTaskDelay(pdMS_TO_TICKS(1000));
|
vTaskDelay(pdMS_TO_TICKS(1000));
|
||||||
gsm_reset(1);
|
gsm_reset(1);
|
||||||
|
vTaskDelay(pdMS_TO_TICKS(5000));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user