Skip to content

Commit

Permalink
lib: modem_antenna: Add support for nRF9151 DK
Browse files Browse the repository at this point in the history
The library is now enabled by default when building for the nRF9151 DK,
to configure the GNSS LNA properly.

NCSDK-26399

Signed-off-by: Tommi Kangas <[email protected]>
  • Loading branch information
tokangas authored and jfischer-no committed Mar 5, 2024
1 parent 5f338d8 commit af7ddd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/modem_antenna/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ menuconfig MODEM_ANTENNA
depends on NRF_MODEM_LIB
default y if BOARD_NRF9160DK_NRF9160_NS
default y if BOARD_NRF9161DK_NRF9161_NS
default y if BOARD_NRF9151DK_NRF9151_NS
default y if BOARD_THINGY91_NRF9160_NS

if MODEM_ANTENNA
Expand All @@ -27,7 +28,7 @@ endchoice

config MODEM_ANTENNA_AT_MAGPIO
string "AT%XMAGPIO command"
default "AT\%XMAGPIO=1,0,0,1,1,1574,1577" if (BOARD_NRF9160DK_NRF9160_NS || BOARD_NRF9161DK_NRF9161_NS)
default "AT\%XMAGPIO=1,0,0,1,1,1574,1577" if BOARD_NRF9160DK_NRF9160_NS
default "AT\%XMAGPIO=1,1,1,7,1,746,803,2,698,748,2,1710,2200,3,824,894,4,880,960,5,791,849,7,1565,1586" if BOARD_THINGY91_NRF9160_NS
help
Defines the AT%XMAGPIO command to be sent to the modem. Leave
Expand Down

0 comments on commit af7ddd4

Please sign in to comment.