mirror of https://github.com/arendst/Tasmota.git
increase MAX_HUE_DEVICES to 32 (#19820)
This commit is contained in:
parent
4f9c7ada04
commit
1d5f55d374
|
@ -143,7 +143,7 @@ const uint8_t MAX_SWITCHES_TXT = 8; // Max number of switches user text
|
|||
const uint8_t MAX_SWITCHES_TXT = 28; // Max number of switches user text
|
||||
#endif // ESP32
|
||||
|
||||
const uint8_t MAX_HUE_DEVICES = 15; // Max number of Philips Hue device per emulation
|
||||
const uint8_t MAX_HUE_DEVICES = 32; // Max number of Philips Hue device per emulation
|
||||
const uint8_t MAX_ROTARIES = 2; // Max number of Rotary Encoders
|
||||
|
||||
const char MQTT_TOKEN_PREFIX[] PROGMEM = "%prefix%"; // To be substituted by mqtt_prefix[x]
|
||||
|
|
Loading…
Reference in New Issue