mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-06 19:08:12 +03:00
add 1 more IPAddress constructor for IPv6 (#5551)
This commit is contained in:
@@ -163,6 +163,8 @@ class IPAddress: public Printable {
|
||||
|
||||
#if LWIP_IPV6
|
||||
|
||||
IPAddress(const ip_addr_t* from);
|
||||
|
||||
uint16_t* raw6()
|
||||
{
|
||||
setV6();
|
||||
|
Reference in New Issue
Block a user