mirror of https://github.com/arendst/Tasmota.git
Update tasmota.h
Removed obsolete number of shutter relays
This commit is contained in:
parent
540f6178da
commit
205931d18e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue