From 0abe92e9dbe65b820c1f56101483870f264e4f6c Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sun, 18 Jun 2023 06:29:46 -0700 Subject: [PATCH] fixed tab order --- .../store-and-forward-module.mdx | 80 ++++++++++--------- 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/docs/configuration/module-config/store-and-forward-module.mdx b/docs/configuration/module-config/store-and-forward-module.mdx index 413d877f..fe668b51 100644 --- a/docs/configuration/module-config/store-and-forward-module.mdx +++ b/docs/configuration/module-config/store-and-forward-module.mdx @@ -39,11 +39,50 @@ Because of the increased network traffic for this overhead, it's not advised to groupId="settings" defaultValue="cli" values={[ -{label: 'CLI', value: 'cli'}, {label: 'Android', value: 'android'}, -{label: 'iOS', value: 'iOS'}, +{label: 'Apple', value: 'apple'}, +{label: 'CLI', value: 'cli'}, {label: 'Web', value: 'web'}, ]}> + + + +:::info +Store and Forward Config options are available for Android. + +1. Open the Meshtastic App +2. Navigate to: **Vertical Ellipsis (3 dots top right) > Radio Configuration > Store & Forward** +::: + +### Enabled + +Enables the module. + +### Heartbeat + +The Store & Forward Router sends a periodic message onto the network. This allows connected devices to know that a router is in range and listening to received messages. A client like Android, iOS, or Web can (if supported) indicate to the user whether a store and forward router is available. + +### History Return Max + +Sets the maximum number of messages to return to a client device. + +### History Return Window + +Limits the time period (in minutes) a client device can request. +### Records + +Set this to the maximum number of records to save. Best to leave this at the default (`0`) where the module will use 2/3 of your device's available PSRAM. This is about 11,000 records. + + + + + +:::info +Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. +::: + + + ### Enabled @@ -100,43 +139,6 @@ meshtastic --set store_forward.records 100 ``` - - -:::info -Store and Forward Config options are available for Android. - -1. Open the Meshtastic App -2. Navigate to: **Vertical Ellipsis (3 dots top right) > Radio Configuration > Store & Forward** -::: - -### Enabled - -Enables the module. - -### Heartbeat - -The Store & Forward Router sends a periodic message onto the network. This allows connected devices to know that a router is in range and listening to received messages. A client like Android, iOS, or Web can (if supported) indicate to the user whether a store and forward router is available. - -### History Return Max - -Sets the maximum number of messages to return to a client device. - -### History Return Window - -Limits the time period (in minutes) a client device can request. -### Records - -Set this to the maximum number of records to save. Best to leave this at the default (`0`) where the module will use 2/3 of your device's available PSRAM. This is about 11,000 records. - - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - -