Skip to content

Commit 4cba1bf

Browse files
einarthorsrudrlubos
authored andcommitted
samples: cellular: lte_ble_gateway: Add IPv4 support to LTE BLE gateway
Add CONFIG_NET_IPV4=y to prj.conf to support IPv4 in the LTE BLE gateway sample. Signed-off-by: Einar Thorsrud <einar.thorsrud@nordicsemi.no>
1 parent bfd3415 commit 4cba1bf

File tree

1 file changed

+1
-0
lines changed
  • samples/cellular/lte_ble_gateway

1 file changed

+1
-0
lines changed

samples/cellular/lte_ble_gateway/prj.conf

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CONFIG_NETWORKING=y
1212
CONFIG_NET_NATIVE=n
1313
CONFIG_NET_SOCKETS=y
1414
CONFIG_NET_SOCKETS_OFFLOAD=y
15+
CONFIG_NET_IPV4=y
1516

1617
# LTE link control
1718
CONFIG_LTE_LINK_CONTROL=y

0 commit comments

Comments
 (0)