Skip to content

Commit

Permalink
[nrf toup][nrfconnect] set default TX power for nRF54L
Browse files Browse the repository at this point in the history
Set `OPENTHREAD_DEFAULT_TX_POWER` to 8 for nRF54Lxx SoCs.

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski committed Jan 31, 2025
1 parent c63ff3f commit 495d131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ config OPENTHREAD_THREAD_STACK_SIZE
config OPENTHREAD_DEFAULT_TX_POWER
default 20 if MPSL_FEM
default 3 if SOC_SERIES_NRF53X
default 8 if SOC_SERIES_NRF52X
default 8 if SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX

endif # NET_L2_OPENTHREAD

Expand Down

0 comments on commit 495d131

Please sign in to comment.