summaryrefslogtreecommitdiff
path: root/esp8266/modnetwork.c
AgeCommit message (Expand)Author
2015-12-27esp8266: mac() function belongs to network module per the latest API.Paul Sokolovsky
2015-12-21esp8266: Remove superfluous includes.Paul Sokolovsky
2015-09-15esp8266: Added wlan.isconnected() to maintain parity with other ports.Bill Owens
2015-06-20esp8266: Move status() from esp module to networkBill Owens
2015-06-17esp8266: Move scan from esp module to networkBill Owens
2015-06-12esp8266: Move connect/disconnect from "esp" module to network.Paul Sokolovsky
2015-06-12esp8266: Add skeleton "network" module.Paul Sokolovsky