feat(mdns): restore mDNS + hostname kidsOS-XXXX
- Add espressif/mdns 1.3.2 to idf_component.yml + CMake - STA path (esp32_wifi.cpp): set DHCP hostname kidsOS-XXXY from MAC, mdns_init, hostname, instance, _http:80 + _tactility:6666 services - AP path (WebServerService.cpp): same hostname + mDNS for AP mode - Log: mDNS AP/STA initialized hostname 'kidsOS-91ED.local' - Previous implementation from300ddb3alost in driver arch migrationf9453d89(#562 #574) Tested: RLCD 0x2d5470 FLASH_EXIT:0, log shows 'mDNS AP initialized, hostname kidsOS-91ED.local'
This commit is contained in:
@@ -32,6 +32,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
|
||||
vfs
|
||||
fatfs
|
||||
lwip
|
||||
mdns
|
||||
spi_flash
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user