From e3ae0a6ab5d85abe84a4c201eaead87ff1c99c6b Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:34:28 -0600 Subject: [PATCH] missing module config (#10496) 13302 and 13300 had missing module config for slot 2, also the rf switch and voltage info was missing. Without that the auto setting in the config.yaml will try to use the default lora-hat-rak-6421-pi-hat.yaml and things do not work correctly. --- bin/config.d/lora-RAK6421-13300-slot2.yaml | 5 ++++- bin/config.d/lora-RAK6421-13302-slot2.yaml | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bin/config.d/lora-RAK6421-13300-slot2.yaml b/bin/config.d/lora-RAK6421-13300-slot2.yaml index 2d86bd715..5fa3a7126 100644 --- a/bin/config.d/lora-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-RAK6421-13300-slot2.yaml @@ -5,7 +5,8 @@ Meta: - raspberry-pi Lora: - ### RAK13300 in Slot 2 pins + + ### RAK13300 in Slot 2 Module: sx1262 IRQ: 18 #IO6 Reset: 24 # IO4 @@ -14,5 +15,7 @@ Lora: Enable_Pins: - 26 - 23 + DIO3_TCXO_VOLTAGE: true + DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: 7 \ No newline at end of file diff --git a/bin/config.d/lora-RAK6421-13302-slot2.yaml b/bin/config.d/lora-RAK6421-13302-slot2.yaml index 52bdaff23..d4652c167 100644 --- a/bin/config.d/lora-RAK6421-13302-slot2.yaml +++ b/bin/config.d/lora-RAK6421-13302-slot2.yaml @@ -5,15 +5,18 @@ Meta: - raspberry-pi Lora: - ### RAK13302 in Slot 2 pins + + ### RAK13302 in Slot 2 Module: sx1262 IRQ: 18 #IO6 Reset: 24 # IO4 Busy: 19 # IO5 - # Ant_sw: 23 # IO3 + # Ant_sw: 23 # IO3 Enable_Pins: - 26 - 23 + DIO3_TCXO_VOLTAGE: true + DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: 7 TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] \ No newline at end of file