оптимизация, ускорен процесс конфигурации модема, точнее ускорена процедура настройки используемых стандартов наземной связи

This commit is contained in:
parent 4753867552
commit ba7d1aec20
1 changed files with 3 additions and 3 deletions

View File

@ -94,11 +94,11 @@ void Mma_EcallPrepare(tMma *env) {
AtGsm_OperatorSelectionDeregister(&env->gsmWithGnss.gsmAt);
SystemDelayMs(1000);
GsmWithGnss_SelectStandartNetwork(&env->gsmWithGnss.gsmAt, 12);
SystemDelayMs(3000);
SystemDelayMs(1000);
GsmWithGnss_SelectStandartNetwork(&env->gsmWithGnss.gsmAt, 22);
SystemDelayMs(3000);
SystemDelayMs(1000);
GsmWithGnss_SelectStandartNetwork(&env->gsmWithGnss.gsmAt, 25);
SystemDelayMs(3000);
SystemDelayMs(1000);
AtGsm_OperatorSelectionDeregister(&env->gsmWithGnss.gsmAt);
AtGsmTelitLe910_GnssEcallOnlyMode(&env->gsmWithGnss.gsmAt, 0);
}