mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge branch 'master' into patch-7
This commit is contained in:
commit
06712b95c1
|
@ -36,7 +36,7 @@ The presets are designed to provide further options for optimizing either speed
|
||||||
1. A high number of devices exist in the mesh, or messages are sent very frequently. Faster speeds (and therefore lower radio time per device) can help with mesh network congestion.
|
1. A high number of devices exist in the mesh, or messages are sent very frequently. Faster speeds (and therefore lower radio time per device) can help with mesh network congestion.
|
||||||
2. Maximum range is desired, for long range scenarios where a several second delay in message receipt is acceptable (for instance, attempting to send messages from a town to a distant mountain top).
|
2. Maximum range is desired, for long range scenarios where a several second delay in message receipt is acceptable (for instance, attempting to send messages from a town to a distant mountain top).
|
||||||
|
|
||||||
The Presets available as as follows, and follow a linear pattern of Fastest <--> Slowest, and Shortest <--> Longest range:
|
The Presets available are as follows, and follow a linear pattern of Fastest <--> Slowest, and Shortest <--> Longest range:
|
||||||
|
|
||||||
1. `SHORT_FAST` (Fastest, highest bandwidth, lowest airtime, shortest range)
|
1. `SHORT_FAST` (Fastest, highest bandwidth, lowest airtime, shortest range)
|
||||||
|
|
||||||
|
@ -48,8 +48,11 @@ The Presets available as as follows, and follow a linear pattern of Fastest <-->
|
||||||
|
|
||||||
5. `LONG_FAST` (Default)
|
5. `LONG_FAST` (Default)
|
||||||
|
|
||||||
6. `LONG_SLOW`
|
6. `LONG_MODERATE`
|
||||||
7. `VERY_LONG_SLOW` (Slowest, lowest bandwidth, highest airtime, longest range)
|
|
||||||
|
7. `LONG_SLOW`
|
||||||
|
|
||||||
|
8. `VERY_LONG_SLOW` (Slowest, lowest bandwidth, highest airtime, longest range)
|
||||||
|
|
||||||
### Max Hops
|
### Max Hops
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ Power settings are advanced configuration, most users should choose a role under
|
||||||
|
|
||||||
### Power Saving
|
### Power Saving
|
||||||
|
|
||||||
If set, we are powered from a low-current source (i.e. solar), so even if it looks like we have power flowing in we should try to minimize power consumption as much as possible.
|
If set, Bluetooth, Wifi, and screen (if applicable) are turned off. When using the Router device role, this setting is on by default. The assumption for a Router is that the device will be used in a standalone manner where these features are not needed, and will be shut off to conserve power. This is especially useful when a device is powered from a low-current source (i.e. solar).
|
||||||
|
|
||||||
### Shutdown after losing power
|
### Shutdown after losing power
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue