Browse Source
Fixed a bug in the LORA_TX_POWER comment.
pull/1936/head
Quency-D
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/heltec_tracker_v2/platformio.ini
|
|
|
@ -20,7 +20,7 @@ build_flags = |
|
|
|
-D P_LORA_PA_POWER=7 ;VFEM_Ctrl -LDO power enable |
|
|
|
-D P_LORA_KCT8103L_PA_CSD=4 |
|
|
|
-D P_LORA_KCT8103L_PA_CTX=5 |
|
|
|
-D LORA_TX_POWER=9 ; 9dBm + ~14dB KCT8103L gain = ~22dBm output |
|
|
|
-D LORA_TX_POWER=9 ; 9dBm + ~13dB KCT8103L gain = ~22dBm output |
|
|
|
-D MAX_LORA_TX_POWER=22 ; Max SX1262 output -> ~28dBm at antenna |
|
|
|
-D SX126X_DIO2_AS_RF_SWITCH=true |
|
|
|
-D SX126X_DIO3_TCXO_VOLTAGE=1.8 |
|
|
|
|