stm32duino / Arduino_Core_STM32

STM32 core support for Arduino

Home Page:https://github.com/stm32duino/Arduino_Core_STM32/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPAddress is missing the toString function interface?

VirensCn opened this issue · comments

virtual size_t printTo(Print &p) const;

IPAddress is missing the toString function interface

Hi @VirensCn
Right, not existing when we've introduced this class 7 years ago. 😉
Looking at last implementation even ipv4/ipv6 not added.

Feel free to submit a PR.