Enabled IPV6 Address Broadcast
Added to see if this addresses the mdns-discovery issue in Arduino IDE 2.0.0 interface.
This commit is contained in:
parent
6dacbb0a8c
commit
4659e6f660
|
|
@ -461,6 +461,8 @@ 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