sntp_getservername() function
Obtain one of the currently configured by name NTP servers.
Syntax
const char *sntp_getservername(u8_t idx); Arguments
idx
the index of the NTP server
Return value
IP address of the indexed NTP server or NULL if the NTP server has not been configured by name (or at all)