nodemcu-firmware/app
Nathaniel Wesley Filardo f85c2780ad New `net.if.info` call to show LwIP information (#2862)
* Remove app/include/netif/wlan_lwip_if.h

This file appears to be unused in our tree.

* 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
https://github.com/nodemcu/nodemcu-firmware/pull/2819 has landed, now
that https://github.com/nodemcu/nodemcu-firmware/pull/2709 is in the
tree.  But rather than exposing just that information, a more general
interface seems useful.
2019-12-09 13:33:30 +01:00
..
coap Rebased against current dev, tweaks for clean compile 2019-07-23 21:22:59 +01:00
crypto Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
dht Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
driver Rebased against current dev 2019-07-23 20:46:49 +01:00
esp-gdbstub Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
fatfs Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
http Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
include New `net.if.info` call to show LwIP information (#2862) 2019-12-09 13:33:30 +01:00
libc Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
lua fix lfs upload issue 2019-11-13 23:48:20 +03:00
lwip Add support for DCHP NTP server (option 42) (#2709) 2019-07-27 08:21:35 +02:00
mbedtls Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
modules New `net.if.info` call to show LwIP information (#2862) 2019-12-09 13:33:30 +01:00
mqtt Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
net Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
pcm Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
platform Rebased against current dev, tweaks for clean compile 2019-07-23 21:22:59 +01:00
pm Lua 5.1 to 5.3 realignement phase 1 2019-07-23 19:16:01 +01:00
sjson Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
smart Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
spiffs Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
sqlite3 Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
tsl2561 Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
u8g2lib Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
ucglib Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
user Merge pull request #2836 from TerryE/dev-new-lua.c 2019-09-07 10:54:41 +01:00
uzlib Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
websocket Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile Lua 5.1 to 5.3 realignement phase 1 2019-07-23 19:16:01 +01:00