diff options
| author | Paul Sokolovsky | 2015-06-12 17:16:52 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-06-12 17:45:20 +0300 |
| commit | ee3fec3167db6e28869d37fb60058c884fb36264 (patch) | |
| tree | 25fb639ed5b59e9087c9128880561e21071a3e99 /esp8266/Makefile | |
| parent | 431603ad696af720917bce7f5c2f908aad72780c (diff) | |
esp8266: Add skeleton "network" module.
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.
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 87f3d049e..20bfdb4aa 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -59,6 +59,7 @@ SRC_C = \ modpybrtc.c \ modpybadc.c \ modesp.c \ + modnetwork.c \ modutime.c \ moduos.c \ utils.c \ |
