From 82035df0a74745e936dc78189529f5838cea5d02 Mon Sep 17 00:00:00 2001 From: Gregg Date: Fri, 29 Apr 2022 18:16:43 -0500 Subject: [PATCH] Removed enabling of IPv6 Not having an IPv6 address is NOT the cause of the Arduino 2.0 OTA network port problem. --- src/HomeSpan.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/HomeSpan.cpp b/src/HomeSpan.cpp index 23cdfde..71b89c7 100644 --- a/src/HomeSpan.cpp +++ b/src/HomeSpan.cpp @@ -461,8 +461,6 @@ void Span::checkConnect(){ Serial.print(WiFi.localIP()); Serial.print("\n"); - WiFi.enableIpV6(); - char id[18]; // create string version of Accessory ID for MDNS broadcast memcpy(id,HAPClient::accessory.ID,17); // copy ID bytes id[17]='\0'; // add terminating null