feat(mqtt): enable neighbors configuration in meshat-se preset

Added a new `neighbors: true` setting to the `meshat-se.yaml` configuration file under the MQTT brokers section, allowing for neighbor discovery functionality to be enabled in this preset.
This commit is contained in:
agessaman
2026-07-30 13:03:31 -07:00
parent 2f39e52f43
commit e1b480d279
+1
View File
@@ -23,6 +23,7 @@ brokers:
use_jwt_auth: true
format: letsmesh
retain_status: false
neighbors: true
tls:
enabled: true
insecure: false