#include #include #include uint64_t networkSntpQuery() { return 0; } int8_t networkUdpSend(char *hostname, uint16_t port, uint8_t *buf, uint16_t bufLen) { return 0; } void networkImplInit() { }