Skip to content

Commit

Permalink
Backport esp8266#7586
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Sep 17, 2020
1 parent 7534b07 commit 5539301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cores/esp8266/IPAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ class IPAddress: public Printable {

virtual size_t printTo(Print& p) const;
String toString() const;

void clear();

/*
check if input string(arg) is a valid IPV4 address or not.
Expand Down

0 comments on commit 5539301

Please sign in to comment.