removed double incluce

This commit is contained in:
Thomas Ballmann 2021-05-16 09:33:24 +02:00
parent aeb36b69dc
commit 52dfe427bb

View File

@ -12,7 +12,6 @@ DNSServer dnsServer;
/* Soft AP network parameters */
IPAddress apIP(192,178,4,1);
#include <DNSServer.h>
bool initClientMode(const char *ssid, const char *password);
void initAPMode();