|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
SNTP client configuration. More...
#include <net_sntp.h>
Data Fields | |
| const char * | server |
| uint32_t | timeout_ms |
SNTP client configuration.
| const char* ove_sntp_config_t::server |
NTP server hostname (e.g. "pool.ntp.org").
| uint32_t ove_sntp_config_t::timeout_ms |
Query timeout in milliseconds (0 = 5000).