Изменения на новые настройки пинов и устройств

This commit is contained in:
cfif 2025-05-28 15:16:06 +03:00
parent 70cb302805
commit e1a436e685
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ static _Noreturn void TaskMsd_Thread(tTaskMsd *env) {
bool isFlagStuckSos = false;
for (;;) {
/*
bool isButtonSosPress = GpioPinGet(&env->gpios->Power.discretIn1_pg2);
// Нажата кнопка SOS
@ -44,7 +44,7 @@ static _Noreturn void TaskMsd_Thread(tTaskMsd *env) {
sendMsd(env->modemMain);
}
}
*/
SystemDelayMs(200);
}