feat: set hostname for the device

This commit is contained in:
2026-06-11 01:46:41 -05:00
parent 06d37ff5bd
commit d02fcbd2a6
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -35,10 +35,12 @@ critical-section = "1.2.0"
static_cell = "2.1.1"
embassy-net = { version = "0.9.0", features = [
"dhcpv4",
"defmt",
"dhcpv4-hostname",
"medium-ethernet",
"tcp",
"dns",
"mdns",
] }
esp-radio = { version = "0.18.0", features = [
"defmt",