From 205931d18eb61cc049ffeaf59c92094531f3a1c1 Mon Sep 17 00:00:00 2001 From: stefanbode Date: Fri, 5 Nov 2021 09:06:22 +0100 Subject: [PATCH] Update tasmota.h Removed obsolete number of shutter relays --- tasmota/tasmota.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/tasmota.h b/tasmota/tasmota.h index d63d2db80..92803ca87 100644 --- a/tasmota/tasmota.h +++ b/tasmota/tasmota.h @@ -73,7 +73,6 @@ const uint8_t MAX_XDRV_DRIVERS = 96; // Max number of allowed driver driv const uint8_t MAX_XSNS_DRIVERS = 128; // Max number of allowed sensor drivers const uint8_t MAX_I2C_DRIVERS = 96; // Max number of allowed i2c drivers const uint8_t MAX_SHUTTERS = 4; // Max number of shutters -const uint8_t MAX_SHUTTER_RELAYS = 8; // Max number of shutter relays const uint8_t MAX_SHUTTER_KEYS = 4; // Max number of shutter keys or buttons const uint8_t MAX_PCF8574 = 4; // Max number of PCF8574 devices const uint8_t MAX_RULE_SETS = 3; // Max number of rule sets of size 512 characters