Browse Source
Merge pull request #71 from fdlamotte/t1000e_txpower
tx_power can be raised to 22dBm on LR1110
pull/94/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
platformio.ini
|
|
@ -778,6 +778,7 @@ build_flags = ${nrf52840_t1000e.build_flags} |
|
|
-D PIN_USER_BTN=6 |
|
|
-D PIN_USER_BTN=6 |
|
|
-D RADIO_CLASS=CustomLR1110 |
|
|
-D RADIO_CLASS=CustomLR1110 |
|
|
-D WRAPPER_CLASS=CustomLR1110Wrapper |
|
|
-D WRAPPER_CLASS=CustomLR1110Wrapper |
|
|
|
|
|
-D MAX_LORA_TX_POWER=22 |
|
|
build_src_filter = ${nrf52840_t1000e.build_src_filter} |
|
|
build_src_filter = ${nrf52840_t1000e.build_src_filter} |
|
|
+<helpers/*.cpp> |
|
|
+<helpers/*.cpp> |
|
|
+<helpers/nrf52/T1000eBoard.cpp> |
|
|
+<helpers/nrf52/T1000eBoard.cpp> |
|
|
|