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:
parent
6a8b3653da
commit
82035df0a7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue