mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
Allow gw to be null Github Pull Request 163: https://github.com/espressif/esp-idf/pull/163 Allow interfaces to be configured without a default gateway, for local-only communication. In case of the AP interface, if gw is not set, do not offer it. See merge request !312