| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-15 | esp8266: Added wlan.isconnected() to maintain parity with other ports. | Bill Owens | |
| 2015-06-20 | esp8266: Move status() from esp module to network | Bill Owens | |
| 2015-06-17 | esp8266: Move scan from esp module to network | Bill Owens | |
| 2015-06-12 | esp8266: Move connect/disconnect from "esp" module to network. | Paul Sokolovsky | |
| 2015-06-12 | esp8266: Add skeleton "network" module. | Paul Sokolovsky | |
| MicroPython "network" module interface requires it to contains classes to instantiate. But as we have a static network interace, make WLAN() "constructor" just return module itself, and just make all methods module-global functions. | |||
