marcoskirsch / nodemcu-httpserver

A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
GNU General Public License v2.0
397 stars 166 forks source link

Warning on boot (deprecated API) #103

Closed marcoskirsch closed 7 years ago

marcoskirsch commented 7 years ago

Warning, deprecated API! Argument style station configuration is replaced by table style station configuration. It will be removed in the next version. See documentation for details.

Needs to be updated.

Godzil commented 7 years ago

The bug fix missed the SoftAP wifi.ap.setip that also want a table and not just the IP in a string. Maybe a full pass on the wifi api should be done.

I will prepare a PR for wifi.ap.setip