Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New net.if.info call to show LwIP information #2862

Merged
merged 2 commits into from
Dec 9, 2019

Commits on Jul 27, 2019

  1. Remove app/include/netif/wlan_lwip_if.h

    This file appears to be unused in our tree.
    nwf committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    b726574 View commit details
    Browse the repository at this point in the history
  2. New net.if.info call to show LwIP information

    This is a generalization of `wifi.sta`'s and `wifi.ap`'s `getip` and
    `getmac` calls.  I don't propose to deprecate those, but perhaps we
    should, in the documentation, point users at this function instead.
    
    The direct motivation is to permit continued use of DHCP-provided NTP
    servers in a future where
    nodemcu#2819 has landed, now
    that nodemcu#2709 is in the
    tree.  But rather than exposing just that information, a more general
    interface seems useful.
    nwf committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    7adff47 View commit details
    Browse the repository at this point in the history