Skip to content

IPAddress is missing the toString function interface? #2303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
VirensCn opened this issue Mar 15, 2024 · 1 comment · Fixed by #2306
Closed

IPAddress is missing the toString function interface? #2303

VirensCn opened this issue Mar 15, 2024 · 1 comment · Fixed by #2306
Labels

Comments

@VirensCn
Copy link
Contributor

virtual size_t printTo(Print &p) const;

IPAddress is missing the toString function interface

@fpistm
Copy link
Member

fpistm commented Mar 15, 2024

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.

@fpistm fpistm added enhancement New feature or request arduino compatibility labels Mar 15, 2024
@fpistm fpistm linked a pull request Mar 18, 2024 that will close this issue
1 task
fpistm added a commit to VirensCn/Arduino_Core_STM32 that referenced this issue Mar 18, 2024
Fixes stm32duino#2303

Signed-off-by: Virens <[email protected]>
Co-Authored-By: Frederic Pillon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

2 participants