mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-15 07:47:50 -08:00
Update lora.mdx
change channel number to frequency slot
This commit is contained in:
parent
285ae1b6c1
commit
4fd6bc7529
|
@ -100,9 +100,9 @@ Allows you to enable and disable transmit (TX) from the LoRa radio. Useful for h
|
||||||
|
|
||||||
Defaults to true
|
Defaults to true
|
||||||
|
|
||||||
### Channel Number
|
### Frequency Slot
|
||||||
|
|
||||||
This is controlling the actual hardware frequency the radio is transmitting on. A channel number between 1 and NUM_CHANNELS (whatever the max is in the current region). If this is ZERO/UNSET then the rule is "use the old channel name hash based algorithm to derive the channel number".
|
This setting controls the actual hardware frequency at which the radio transmits, represented by a frequency slot between 1 and NUM_SLOTS (the maximum for the current region). If set to `0`/UNSET, the device reverts to the older channel name hash-based algorithm for determining the frequency slot.
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
LoRa Channel Configuration should not to be confused with messaging [Channel Configuration](/docs/configuration/radio/channels). See [Chat Channels VS Lora Modem Channels](/docs/configuration/tips#chat-channels-vs-lora-modem-channels) for further clarification.
|
LoRa Channel Configuration should not to be confused with messaging [Channel Configuration](/docs/configuration/radio/channels). See [Chat Channels VS Lora Modem Channels](/docs/configuration/tips#chat-channels-vs-lora-modem-channels) for further clarification.
|
||||||
|
|
Loading…
Reference in a new issue