Skip to content

Commit 27e5f6e

Browse files
authored
Merge pull request #885 from ViezeVingertjes/fix/heltec-v4-max-tx-power
Add MAX_LORA_TX_POWER build flag for Heltec V4 configuration
2 parents 5f31979 + c568edc commit 27e5f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/heltec_v4/platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ build_flags =
2626
-D PIN_VEXT_EN=36
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.
29+
-D MAX_LORA_TX_POWER=22 ; Max SX1262 output
2930
-D SX126X_DIO2_AS_RF_SWITCH=true
3031
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
3132
-D SX126X_CURRENT_LIMIT=140

0 commit comments

Comments
 (0)