tx_power can be raised to 22dBm on LR1110

This commit is contained in:
Florent de Lamotte 2025-03-07 13:52:47 +01:00
parent 808d3933c1
commit 708065a0ba

View file

@ -648,6 +648,7 @@ build_flags = ${nrf52840_t1000e.build_flags}
-D PIN_USER_BTN=6
-D RADIO_CLASS=CustomLR1110
-D WRAPPER_CLASS=CustomLR1110Wrapper
-D MAX_LORA_TX_POWER=22
build_src_filter = ${nrf52840_t1000e.build_src_filter}
+<helpers/*.cpp>
+<helpers/nrf52/T1000eBoard.cpp>