_index
_index
Alright, well we shall see how it goes.
Huh, I thought the dhcp hostname option was sent over when the handshake is happening. So you're saying mDNS is the solution here. Seems right to me. But iirc in...
Right yeah, that's what I have currently: ```rust let mut eth_netif = EspEth::wrap_all( eth_driver, EspNetif::new_with_conf(&NetifConfiguration { flags: 0, key: "ETH_DEF".try_into().unwrap(), description: "eth".try_into().unwrap(), route_priority: 10, ip_configuration: Some(Configuration::Router(RouterConfiguration { subnet: Subnet {...
Ok so I took the time to recompile everything properly. The ethernet code is the one pasted above, I added those lines afterward (mdns is kept in scope after this,...
Hello, what's the status on this issue? I face the same log filtering issue.
Hello, I don't know about the turn secrets but for the redis part this is still an issue as of late. The only way I found is to have these...
@davidzhao Can you review this please?