From 2cbe8b71d7b9a84c95be764618a4a973cba740db Mon Sep 17 00:00:00 2001 From: stefanbode Date: Sun, 7 Nov 2021 14:25:25 +0100 Subject: [PATCH] adding shutter tilt config and pos --- tasmota/settings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasmota/settings.h b/tasmota/settings.h index d16568768..b1cefb803 100644 --- a/tasmota/settings.h +++ b/tasmota/settings.h @@ -591,7 +591,9 @@ typedef struct { uint16_t influxdb_port; // 4CE power_t interlock[MAX_INTERLOCKS_SET]; // 4D0 MAX_INTERLOCKS = MAX_RELAYS / 2 - uint8_t free_508[36]; // 508 + int8_t shutter_tilt_config[5][MAX_SHUTTERS]; //508 + int8_t shutter_tilt_pos[MAX_SHUTTERS]; //51C + uint8_t free_520[12]; // 520 uint16_t mqtt_keepalive; // 52C uint16_t mqtt_socket_timeout; // 52E