increase MAX_HUE_DEVICES to 32 (#19820)

This commit is contained in:
Barbudor 2023-10-23 09:36:39 +02:00 committed by GitHub
parent 4f9c7ada04
commit 1d5f55d374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]