@@ -105,7 +105,7 @@ static const char ISRG_ROOT_X1[] PROGMEM =
105105 "-----END CERTIFICATE-----\n" ;
106106
107107// Number of built-in presets
108- static const int MQTT_PRESET_COUNT = 24 ;
108+ static const int MQTT_PRESET_COUNT = 25 ;
109109
110110// Built-in preset definitions (stored in flash)
111111static const MQTTPresetDef MQTT_PRESETS [MQTT_PRESET_COUNT ] = {
@@ -132,6 +132,7 @@ static const MQTTPresetDef MQTT_PRESETS[MQTT_PRESET_COUNT] = {
132132 { "meshcore-fi" , "wss://mc-mqtt.meshcore.fi:443/" , "mc-mqtt.meshcore.fi" , ISRG_ROOT_X1 , MQTT_AUTH_JWT , MQTT_TOPIC_MESHCORE , 0 , true, 55 , nullptr , nullptr },
133133 { "inwmesh" , "mqtts://scope.inwmesh.org:8883" , nullptr , ISRG_ROOT_X1 , MQTT_AUTH_USERPASS , MQTT_TOPIC_MESHCORE , 0 , true, 55 , nullptr , nullptr },
134134 { "bostonmesh" , "wss://mqttmc01.bostonme.sh:443/mqtt" , "mqttmc01.bostonme.sh" , GTS_ROOT_R4 , MQTT_AUTH_JWT , MQTT_TOPIC_MESHCORE , 0 , true, 55 , nullptr , nullptr },
135+ { "rflab" , "wss://mqtt.rflab.io:443" , "mqtt.rflab.io" , ISRG_ROOT_X1 , MQTT_AUTH_JWT , MQTT_TOPIC_MESHCORE , 0 , true, 55 , nullptr , nullptr },
135136 { "ipnt.uk" , "wss://mqtt.ipnt.uk:443" , "mqtt.ipnt.uk" , ISRG_ROOT_X1 , MQTT_AUTH_JWT , MQTT_TOPIC_MESHCORE , 0 , true, 55 , nullptr , nullptr },
136137 { "flmesh" , "wss://mcmqtt.jntconnections.com:443" , "mcmqtt.jntconnections.com" , GTS_ROOT_R4 , MQTT_AUTH_JWT , MQTT_TOPIC_MESHCORE , 0 , true, 55 , nullptr , nullptr },
137138};
0 commit comments