From 52dfe427bb87c01fa5bbe672ca4b082091d94763 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 16 May 2021 09:33:24 +0200 Subject: [PATCH] removed double incluce --- lib/wlan/wlan.cpp | 1 - 1 file changed, 1 deletion(-) 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();