feat(mqtt): increase built-in MQTT preset count to 31

This commit is contained in:
agessaman
2026-08-05 20:03:58 -07:00
parent 51267a3293
commit b8585bdcb8
+1 -1
View File
@@ -127,7 +127,7 @@ static const char ISRG_ROOT_X1[] PROGMEM =
"-----END CERTIFICATE-----\n";
// Number of built-in presets
static const int MQTT_PRESET_COUNT = 29;
static const int MQTT_PRESET_COUNT = 31;
// Built-in preset definitions (stored in flash)
static const MQTTPresetDef MQTT_PRESETS[MQTT_PRESET_COUNT] = {