Skip to content

Commit 7dcc916

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 7dcc916

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
@@ -30,7 +30,7 @@ build_flags =
3030
-D SX126X_DIO2_AS_RF_SWITCH=true
3131
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
3232
-D SX126X_CURRENT_LIMIT=140
33-
-D SX126X_RX_BOOSTED_GAIN=1
33+
-D SX126X_RX_BOOSTED_GAIN=0
3434
-D PIN_GPS_RX=38
3535
-D PIN_GPS_TX=39
3636
-D PIN_GPS_RESET=42

0 commit comments

Comments
 (0)