Обновление командировка

This commit is contained in:
Дарья Бараева 2026-02-18 15:59:36 +03:00
parent 44f30d5f7a
commit e44d523c90
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static _Noreturn void ModelTask_Thread(tModelTask *env) {
env->isUpdate = true;
osMutexRelease(env->access);
}
SystemDelayMs(100);
SystemDelayMs(1000);
}
}