Skip to content

IPADDRESS breaking change, empty eval changed #5677

Closed
@tablatronix

Description

@tablatronix
    IPAddress     thisisanipaddress;
    if(thisisanipaddress){Serial.println("YARP);}  // WAS NARP until ipv6 pr maybe..

Any code checking an unset or NULL ip address will no longer evaluate to false.

various changes to ipaddress.cpp, I am assuming from dword 0, to struct via IP_ANY_TYPE (&ip_addr_any_type) at cursory glance.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions