Skip to content

Commit 5539301

Browse files
authored
Backport esp8266#7586
1 parent 7534b07 commit 5539301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/esp8266/IPAddress.h

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ class IPAddress: public Printable {
141141

142142
virtual size_t printTo(Print& p) const;
143143
String toString() const;
144+
145+
void clear();
144146

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

0 commit comments

Comments
 (0)