mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
When configuring a static set of values with ifconfig() the DNS was not being set. This patch fixes that, and additionally uses the tcpip_adapter API to ensure it is thread safe. Further discussion is here: https://github.com/micropython/micropython-esp32/issues/210/