From bacc07b2de38a13d3945e83d3ce516299f304baf Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 8 Apr 2021 15:51:34 +0200 Subject: [PATCH] Fix offset --- tasmota/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/settings.h b/tasmota/settings.h index b48cbe0d5..b23d6dd0e 100644 --- a/tasmota/settings.h +++ b/tasmota/settings.h @@ -657,7 +657,7 @@ struct { uint16_t shd_warmup_brightness; // F5C uint8_t shd_warmup_time; // F5E - uint8_t free_f5e[68]; // F5E - Decrement if adding new Setting variables just above and below + uint8_t free_f5f[69]; // F5F - Decrement if adding new Setting variables just above and below // Only 32 bit boundary variables below