From ec83bc18220b8912182725a79ab2c651cc6f69b3 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Tue, 3 Jun 2025 08:28:27 -0700 Subject: [PATCH] fixed base.html so that if a value in the quick links is not set it will not report an error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c96d7c..b938be4 100644 --- a/README.md +++ b/README.md @@ -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