From c7f816e63f84a5b2608e6d46efff5554a06f6f06 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Fri, 2 Jan 2026 16:13:33 -0600 Subject: [PATCH] Add StoreAndForward --- bin/config-dist.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bin/config-dist.yaml b/bin/config-dist.yaml index adf804ba9..a43d8a028 100644 --- a/bin/config-dist.yaml +++ b/bin/config-dist.yaml @@ -201,6 +201,16 @@ HostMetrics: # UserStringCommand: cat /sys/firmware/devicetree/base/serial-number # Command to execute, to send the results as the userString +StoreAndForward: +# Enabled: true # Enable Store and Forward++, true by default +# DBPath: /var/lib/meshtasticd/ # Path to the S&F++ Sqlite DB +# Stratum0: false # Specify if this node is a Stratum 0 node, the controller node. +# InitialSync: 10 # Number of messages to +# Hops: 3 # Number of hops to use for SF++ messages +# AnnounceInterval: 5 # Interval in minutes between announcing tip of chain hash +# MaxChainLength: 1000 # Maximum number of messages to store in a chain + + Config: # DisplayMode: TWOCOLOR # uncomment to force BaseUI # DisplayMode: COLOR # uncomment to force MUI