diff --git a/tasmota/include/tasmota.h b/tasmota/include/tasmota.h index 708e015d9..f3dc439c1 100644 --- a/tasmota/include/tasmota.h +++ b/tasmota/include/tasmota.h @@ -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]