Removed enabling of IPv6

Not having an IPv6 address is NOT the cause of the Arduino 2.0 OTA network port problem.
This commit is contained in:
Gregg 2022-04-29 18:16:43 -05:00
parent 6a8b3653da
commit 82035df0a7
1 changed files with 0 additions and 2 deletions

View File

@ -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