Browse Source

Merge pull request #1415 from WattleFoxxo/StationG2-tx-power-changes

Change the Station G2's default TX power
pull/1456/head
ripplebiz 4 months ago
committed by GitHub
parent
commit
32230f6167
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      variants/station_g2/platformio.ini

3
variants/station_g2/platformio.ini

@ -16,7 +16,8 @@ build_flags =
-D P_LORA_SCLK=12
-D P_LORA_MISO=14
-D P_LORA_MOSI=13
-D LORA_TX_POWER=19
-D LORA_TX_POWER=7 ; configured as 7dbm, because the final output will be ~27dbm (~0.5w) if the PA is enabled.
-D MAX_LORA_TX_POWER=19 ; max output without burning out the PA
; -D P_LORA_TX_LED=35
-D PIN_BOARD_SDA=5
-D PIN_BOARD_SCL=6

Loading…
Cancel
Save