mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Change the Station G2 default tx power
set the default TX power to 7dBm to avoid illegal power output by default.
This commit is contained in:
parent
7d1f52252b
commit
5c7b28f110
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue