Обновление платы на V2

This commit is contained in:
cfif 2026-05-25 15:42:22 +03:00
parent 7c8a9c887b
commit f7af10f691
1 changed files with 3 additions and 1 deletions

View File

@ -64,9 +64,11 @@ static void Mma_InitSubSystems(tMma *env) {
// Инициализация периферийных интерфейсов
InitPeripheralInterfaces(&env->slog.logger);
bool result = DeviceStorage_Init(&env->storage, false, &env->flash->interface_calib, &env->flash->interface_param,
bool result = DeviceStorage_Init(&env->storage, true, &env->flash->interface_calib, &env->flash->interface_param,
&env->slog.logger);
Rs_Cal_0_SedanL();
VarsTabDumpObserver_StartThread(&env->storage.dumpObserver);
LoadFromStorageToStatusData(&env->storage, &statusData.ecu);