From ee3fec3167db6e28869d37fb60058c884fb36264 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 12 Jun 2015 17:16:52 +0300 Subject: 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. --- esp8266/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'esp8266/Makefile') 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 \ -- cgit v1.2.3