mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-07-02 07:51:55 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user