From 1d5f55d3748162b87bcfad344626716ff5821f3d Mon Sep 17 00:00:00 2001 From: Barbudor Date: Mon, 23 Oct 2023 09:36:39 +0200 Subject: [PATCH] increase MAX_HUE_DEVICES to 32 (#19820) --- tasmota/include/tasmota.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]