summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-07-30 22:58:54 +1000
committerDamien George <damien.p.george@gmail.com>2019-08-06 15:56:05 +1000
commit2d3d4f74830eddaba8e13ca9a860a5cb7fb2f163 (patch)
tree36d7e2ddcf28b660c104e116f1417046790a1010
parent102815f700fbc07fe58474570af933bc284a3fc5 (diff)
esp8266/mpconfigport.h: Enable lwIP raw sockets.
-rw-r--r--ports/esp8266/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp8266/mpconfigport.h b/ports/esp8266/mpconfigport.h
index 3bf822028..5a1ca098d 100644
--- a/ports/esp8266/mpconfigport.h
+++ b/ports/esp8266/mpconfigport.h
@@ -81,6 +81,7 @@
#define MICROPY_PY_UTIME_MP_HAL (1)
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_LWIP (1)
+#define MICROPY_PY_LWIP_SOCK_RAW (1)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MACHINE_PIN_MAKE_NEW mp_pin_make_new
#define MICROPY_PY_MACHINE_PULSE (1)