We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303127b commit aa87e93Copy full SHA for aa87e93
samples/net/ocpp/boards/native_sim.conf
@@ -0,0 +1,7 @@
1
+# Network address config
2
+CONFIG_NET_DHCPV4=n
3
+CONFIG_NET_CONFIG_SETTINGS=y
4
+CONFIG_NET_CONFIG_NEED_IPV4=y
5
+CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.0.2.1"
6
+CONFIG_NET_CONFIG_PEER_IPV4_ADDR="192.0.2.2"
7
+CONFIG_NET_CONFIG_MY_IPV4_GW="192.0.2.2"
0 commit comments