Skip to content

add setPoolServerIP(IPAddress pool_server_ip) #103

@keriszafir

Description

@keriszafir

As of now there's no way of setting a "raw" IPAddress as a pool server IP on an already instantiated NTPClient.

Additionally a polymorphic method accepting both IPAddress and char* address:
setPoolServer(IPAddress address)
setPoolServer(char* address)

Activity

changed the title [-]add setPoolServerIP(IPAddress pool[/-] [+]add setPoolServerIP(IPAddress pool_server_ip)[/+] on Apr 26, 2020
keriszafir

keriszafir commented on Apr 26, 2020

@keriszafir
Author

pull request #104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      add setPoolServerIP(IPAddress pool_server_ip) · Issue #103 · arduino-libraries/NTPClient