From 8c9af52f722a34626ed1da49a5f256fee7b097cb Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 27 Nov 2020 16:45:25 +0100 Subject: [PATCH] Remove spaces --- tasmota/settings.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasmota/settings.ino b/tasmota/settings.ino index e9fd78212..18711b5fc 100644 --- a/tasmota/settings.ino +++ b/tasmota/settings.ino @@ -287,8 +287,6 @@ void UpdateQuickPowerCycle(bool update) { #ifndef FIRMWARE_MINIMAL if (Settings.flag3.fast_power_cycle_disable) { return; } // SetOption65 - Disable fast power cycle detection for device reset - - const uint32_t QPC_COUNT = 7; // Number of Power Cycles before Settings erase const uint32_t QPC_SIGNATURE = 0xFFA55AFF;