Closed torkleyy closed 10 months ago
Of course the IP address is best sanitized before creating an EspNetif, but I noticed that currently EspNetif::new_with_conf crashes with DNS server set to 0.0.0.0 (which obviously doesn't work).
EspNetif
EspNetif::new_with_conf
0.0.0.0
https://github.com/esp-rs/esp-idf-svc/blob/e54bc21891a9b675c55f6c7717198b594ce055b7/src/netif.rs#L335
Of course the IP address is best sanitized before creating an
EspNetif
, but I noticed that currentlyEspNetif::new_with_conf
crashes with DNS server set to0.0.0.0
(which obviously doesn't work).https://github.com/esp-rs/esp-idf-svc/blob/e54bc21891a9b675c55f6c7717198b594ce055b7/src/netif.rs#L335