diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-08-06 16:15:35 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-08-19 14:22:13 -0700 |
| commit | c53a72d3f5ed1f556637ebc3eca2ad27e8eb9fff (patch) | |
| tree | 45031a014841d67ced1244983c77b30513232db8 /py/circuitpy_mpconfig.h | |
| parent | cdab5e793e9663132f18a9de2b82ae8457e2681b (diff) | |
Fix ipaddress import and parse ipv4 strings
Diffstat (limited to 'py/circuitpy_mpconfig.h')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h index 8ff2ddc67..f2789ee58 100644 --- a/py/circuitpy_mpconfig.h +++ b/py/circuitpy_mpconfig.h @@ -741,6 +741,7 @@ extern const struct _mp_obj_module_t wifi_module; GAMEPADSHIFT_MODULE \ GNSS_MODULE \ I2CPERIPHERAL_MODULE \ + IPADDRESS_MODULE \ JSON_MODULE \ MATH_MODULE \ _EVE_MODULE \ |
