Skip to content

Commit 4e9c229

Browse files
author
Thomas Abbott
committed
fix: tcxo voltage 1.8 V for waveshare rp2040
1 parent e50fe31 commit 4e9c229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/waveshare_rp2040_lora/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build_flags = ${rp2040_base.build_flags}
1919
-D P_LORA_MOSI=15
2020
-D P_LORA_TX_LED=25
2121
-D SX126X_DIO2_AS_RF_SWITCH=true
22-
-D SX126X_DIO3_TCXO_VOLTAGE=0
22+
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
2323
-D SX126X_RX_BOOSTED_GAIN=1
2424
-D LORA_TX_POWER=22
2525
; Debug options

0 commit comments

Comments
 (0)