mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 06:17:33 -08:00
Add descriptions for getting-started documents, fix links
This commit is contained in:
parent
b46de055da
commit
810a485946
|
@ -8,7 +8,7 @@ sidebar_position: 4
|
||||||
|
|
||||||
## Roles
|
## Roles
|
||||||
|
|
||||||
Leave your [ROLE](/docs/configuration/radio/device#role) set to `CLIENT` unless you're sure another role would suit the node's purpose. All `CLIENT` nodes will "repeat" and "route" packets. Roles are for very specific applications so please [read the documentation](/docs/configuration/radio/device#role) before changing your node's role.
|
Leave your [ROLE](/docs/configuration/radio/device#roles) set to `CLIENT` unless you're sure another role would suit the node's purpose. All `CLIENT` nodes will "repeat" and "route" packets. Roles are for very specific applications so please [read the documentation](/docs/configuration/radio/device#roles) before changing your node's role.
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ There are 8 total messaging channels. Channel 0 is your PRIMARY channel, with ch
|
||||||
|
|
||||||
### Radio Config: LoRa Frequency Slot
|
### Radio Config: LoRa Frequency Slot
|
||||||
|
|
||||||
This property, formerly known as "LoRa Channel Number", configures the frequency the radio is set to. Check out the [frequency calculator](/docs/overview/radio-settings#channel-frequency-calculator) to view the relationship between "frequency slot" and radio frequency.
|
This property, formerly known as "LoRa Channel Number", configures the frequency the radio is set to. Check out the [frequency calculator](/docs/overview/radio-settings#frequency-slot-calculator) to view the relationship between "frequency slot" and radio frequency.
|
||||||
|
|
||||||
## Best Practices
|
## Best Practices
|
||||||
- If you are part of a large mesh and don't know what a setting does, don't change it (unless you're super curious).
|
- If you are part of a large mesh and don't know what a setting does, don't change it (unless you're super curious).
|
||||||
|
|
|
@ -13,7 +13,7 @@ Band
|
||||||
Broadcast
|
Broadcast
|
||||||
: Sending a message or data from one device to all other devices within range in the Meshtastic network, rather than to a specific recipient.
|
: Sending a message or data from one device to all other devices within range in the Meshtastic network, rather than to a specific recipient.
|
||||||
|
|
||||||
Channel | [Configuration](/docs/configuration/radio/channels/) | [Frequency Calculator](/docs/overview/radio-settings/#channel-frequency-calculator)
|
Channel | [Configuration](/docs/configuration/radio/channels/) | [Frequency Calculator](/docs/overview/radio-settings/#frequency-slot-calculator)
|
||||||
: At least two definitions in Meshtastic usage: 1) One of 8 configurable channels in the firmware, each supporting a separate name and encryption, with one set as primary and the rest secondary. 2) A specific frequency within a LoRa band that a device can be configured to use.
|
: At least two definitions in Meshtastic usage: 1) One of 8 configurable channels in the firmware, each supporting a separate name and encryption, with one set as primary and the rest secondary. 2) A specific frequency within a LoRa band that a device can be configured to use.
|
||||||
|
|
||||||
CLI | [Guide](/docs/software/python/cli/)
|
CLI | [Guide](/docs/software/python/cli/)
|
||||||
|
|
Loading…
Reference in a new issue