From 206ef909e5b3c90acf9145a54888873de5753520 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 18 Dec 2025 16:11:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeviceStorage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeviceStorage.c b/DeviceStorage.c index 8434012..49fb669 100644 --- a/DeviceStorage.c +++ b/DeviceStorage.c @@ -54,7 +54,7 @@ bool DeviceStorage_LoadCalib(tDeviceStorage *env) { LoggerInfoStatic(LOGGER, LOG_SIGN, "Calibrations: Reset settings"); - DeviceDataCalib_InitDefaults(env->dataCalib); + DeviceDataCalib_InitDefaults(env->dataParam); bool resultParam = VarsTabDumpObserverParam_Dump(&env->dumpObserver); bool resultCalib = VarsTabDumpObserverCalib_Dump(&env->dumpObserver);