Skip to content

Commit dcfea36

Browse files
committed
Disable SX126X_RX_BOOSTED_GAIN for Heltec v4
It causes RX overload and bad RX sensitivity. We should let the LNA handle the gain.
1 parent 0c3fb91 commit dcfea36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/heltec_v4/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build_flags =
2727
-D PIN_VEXT_EN_ACTIVE=HIGH
2828
-D LORA_TX_POWER=10 ;If it is configured as 10 here, the final output will be 22 dbm.
2929
-D MAX_LORA_TX_POWER=22 ; Max SX1262 output
30-
-D SX126X_DIO2_AS_RF_SWITCH=true
30+
-D SX126X_DIO2_AS_RF_SWITCH=false
3131
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
3232
-D SX126X_CURRENT_LIMIT=140
3333
-D SX126X_RX_BOOSTED_GAIN=1

0 commit comments

Comments
 (0)