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