From e1b480d279068fd9604105d94989c5de3c9ed5e9 Mon Sep 17 00:00:00 2001 From: agessaman Date: Thu, 30 Jul 2026 13:03:31 -0700 Subject: [PATCH] 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. --- repeater/presets/meshat-se.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/repeater/presets/meshat-se.yaml b/repeater/presets/meshat-se.yaml index c9b99b5..f6c3589 100644 --- a/repeater/presets/meshat-se.yaml +++ b/repeater/presets/meshat-se.yaml @@ -23,6 +23,7 @@ brokers: use_jwt_auth: true format: letsmesh retain_status: false + neighbors: true tls: enabled: true insecure: false