diff --git a/lib/wlan/wlan.cpp b/lib/wlan/wlan.cpp index fac231f..18bab0c 100644 --- a/lib/wlan/wlan.cpp +++ b/lib/wlan/wlan.cpp @@ -12,7 +12,6 @@ DNSServer dnsServer; /* Soft AP network parameters */ IPAddress apIP(192,178,4,1); -#include bool initClientMode(const char *ssid, const char *password); void initAPMode();