Skip to content

Commit 49221fc

Browse files
authored
Merge pull request #2298 from TheMalkavien/fix/waveshare-rp2040-rx-sensitivity
Fixes #2294 : RX path not enabled on Waveshare RP2040
2 parents 748f9cf + 8056344 commit 49221fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

variants/waveshare_rp2040_lora/platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ build_flags = ${rp2040_base.build_flags}
2020
-D P_LORA_MOSI=15
2121
-D P_LORA_TX_LED=25
2222
-D SX126X_DIO2_AS_RF_SWITCH=true
23+
-D SX126X_RXEN=17
2324
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
2425
-D SX126X_RX_BOOSTED_GAIN=1
2526
-D LORA_TX_POWER=22

0 commit comments

Comments
 (0)