Skip to content

Commit d024f3d

Browse files
roncapatcmaglie
authored andcommitted
Remove old TODOs for non-standard ipv4 format support
Signed-off-by: Patrick Roncagliolo <[email protected]>
1 parent 2ccde2f commit d024f3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/arduino/IPAddress.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ IPAddress::IPAddress(const uint8_t *address)
4545

4646
bool IPAddress::fromString(const char *address)
4747
{
48-
// TODO: add support for "a", "a.b", "a.b.c" formats
49-
5048
uint16_t acc = 0; // Accumulator
5149
uint8_t dots = 0;
5250

0 commit comments

Comments
 (0)