From 639b4228520e4f5b38ae02a967f750075f71bc2f Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 28 May 2026 13:27:04 +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=20=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeviceStorage.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DeviceStorage.c b/DeviceStorage.c index 63925dc..369eb8e 100644 --- a/DeviceStorage.c +++ b/DeviceStorage.c @@ -162,5 +162,7 @@ void SaveToStorageFromStatusData(tDeviceStorage *env, ecu_identification_t *ecu) LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error SaveToStorageFromStatusData"); } - DeviceStorageParam_DelayedDump(env); +// DeviceStorageParam_DelayedDump(env); + + DeviceStorageParam_ForceDump(env); } \ No newline at end of file