From 99e5cb87f09da45547766be705b89dae4433bce9 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Thu, 14 Mar 2024 13:26:38 -0700 Subject: [PATCH] frequency slot --- docs/configuration/radio/channels.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/radio/channels.mdx b/docs/configuration/radio/channels.mdx index 3daafdd4..5bd81071 100644 --- a/docs/configuration/radio/channels.mdx +++ b/docs/configuration/radio/channels.mdx @@ -56,8 +56,8 @@ Each channel is assigned one of 3 roles: - The channel settings are set to default. :::note -While you can have a different PRIMARY channel and communicate over SECONDARY channels with the same Name & PSK, a hash of the PRIMARY channel's name sets the LoRa channel number, which determines the actual frequency you are transmitting on in the band. -To ensure devices with different PRIMARY channel name transmit on the same frequency, you must explicitly set the LoRa channel number. +While you can have a different PRIMARY channel and communicate over SECONDARY channels with the same Name & PSK, a hash of the PRIMARY channel's name sets the LoRa frequency slot, which determines the actual frequency you are transmitting on in the band. +To ensure devices with different PRIMARY channel name transmit on the same frequency, you must explicitly set the LoRa frequency slot. ::: ## Channel Settings Values