fixed base.html so that if a value in the quick links is not set it will not report an error.

This commit is contained in:
Pablo Revilla
2025-06-03 08:28:27 -07:00
parent 44657a8947
commit ec83bc1822
+1 -1
View File
@@ -124,7 +124,7 @@ net_tag = #BayMeshNet
server = mqtt.bayme.sh
# Topics to subscribe to (as JSON-like list, but still a string).
topics = ["msh/US/bayarea/#", "msh/US/CA/mrymesh/#", "msh/US/CA/sacvalley"]
topics = ["msh/US/bayarea/#", "msh/US/CA/mrymesh/#", "msh/US/CA/sacvalley/#"]
# Port used by MQTT (typically 1883 for unencrypted).
port = 1883