forked from esp-rs/esp-hal
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DNS query interface to WifiStack (esp-rs#213)
* feat(dns_query): add dns_query on WifiStack * ref(dns_query): separate dns socket creation and dns query * fix(dns_query): missing self parameter in is_dns_configured * ref(dns_query): configure_dns now replaces and drops the old socket * feat(dns_query): add proper dns_query error kinds * feat(dns_query): dns_query now checks if name is already an ip * feat(dns_query): dns server is set with dhcp configured event * ref(dns_query): move dns update to configured case
- Loading branch information
Showing
1 changed file
with
92 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters