From fb59126f9897cfdb27dac7d3b5caa9cb98474703 Mon Sep 17 00:00:00 2001 From: stefanbode Date: Wed, 9 Sep 2020 15:27:43 +0200 Subject: [PATCH] Update settings.h --- tasmota/settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/settings.h b/tasmota/settings.h index 048b61754..2ceadd523 100644 --- a/tasmota/settings.h +++ b/tasmota/settings.h @@ -611,8 +611,9 @@ struct { uint8_t fallback_module; // F42 uint8_t shutter_mode; // F43 uint16_t energy_power_delta[3]; // F44 + uint16_t shutter_pwmrange[2][MAX_SHUTTERS]; // F4A - uint8_t free_f4a[106]; // F4A - Decrement if adding new Setting variables just above and below + uint8_t free_f5a[90]; // F5A - Decrement if adding new Setting variables just above and below // Only 32 bit boundary variables below SysBitfield5 flag5; // FB4