ipv4 or ipv6 parsed from .env file
This commit is contained in:
@@ -19,6 +19,7 @@ log = "0.4.27"
|
||||
|
||||
embassy-net = { version = "0.7.0", features = [
|
||||
"dhcpv4",
|
||||
"proto-ipv6",
|
||||
"log",
|
||||
"medium-ethernet",
|
||||
"tcp",
|
||||
@@ -57,6 +58,7 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
|
||||
"proto-dhcpv4",
|
||||
"proto-dns",
|
||||
"proto-ipv4",
|
||||
"proto-ipv6",
|
||||
"socket-dns",
|
||||
"socket-icmp",
|
||||
"socket-raw",
|
||||
|
||||
Reference in New Issue
Block a user