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

This commit is contained in:
agessaman
2026-08-05 19:58:47 -07:00
parent c0adb67033
commit 73faa30cfa
+1 -1
View File
@@ -130,7 +130,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] = {