From fc21e1cc1670f1446ead2205d9190740a3a02b8a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 9 May 2022 09:17:32 +0200 Subject: [PATCH] Fix initial SPM settings file creation --- tasmota/xdrv_86_esp32_sonoff_spm.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasmota/xdrv_86_esp32_sonoff_spm.ino b/tasmota/xdrv_86_esp32_sonoff_spm.ino index 8018c3452..c2ef0ef83 100644 --- a/tasmota/xdrv_86_esp32_sonoff_spm.ino +++ b/tasmota/xdrv_86_esp32_sonoff_spm.ino @@ -339,8 +339,6 @@ void SSPMSettingsLoad(void) { #else AddLog(LOG_LEVEL_DEBUG, PSTR("CFG: SPM ERROR File system not enabled")); #endif // USE_UFILESYS - - Sspm->Settings.crc32 = SSPMSettingsCrc32(); } void SSPMSettingsSave(void) {