summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/wifi/__init__.h
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-08-11 14:50:37 -0700
committerScott Shawcroft <scott@tannewt.org>2020-08-19 14:22:13 -0700
commit7bdd243bf6f3cd84ddfd9cf6f35a2d6d8a6a415f (patch)
tree5f5e4b98d6ffa479ecd1f032da01cc999afe3732 /ports/esp32s2/common-hal/wifi/__init__.h
parent3860991111511a9e4a60ea24f208b8de8f801ce7 (diff)
Ping works!
Diffstat (limited to 'ports/esp32s2/common-hal/wifi/__init__.h')
-rw-r--r--ports/esp32s2/common-hal/wifi/__init__.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/esp32s2/common-hal/wifi/__init__.h b/ports/esp32s2/common-hal/wifi/__init__.h
index bb68bcfdf..d2bd06c57 100644
--- a/ports/esp32s2/common-hal/wifi/__init__.h
+++ b/ports/esp32s2/common-hal/wifi/__init__.h
@@ -29,6 +29,10 @@
#include "py/obj.h"
+#include "lwip/api.h"
+
void wifi_reset(void);
+void ipaddress_ipaddress_to_esp_idf(mp_obj_t ip_address, ip_addr_t* esp_ip_address);
+
#endif // MICROPY_INCLUDED_ESP32S2_COMMON_HAL_WIFI___INIT___H