time
This commit is contained in:
@ -5,11 +5,11 @@
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
#define NTP_SERVER "0.pool.ntp.org"
|
||||
#define NTP_SERVER "0.de.pool.ntp.org"
|
||||
|
||||
int wizInit();
|
||||
bool isNetworkAvailable();
|
||||
uint8_t* wizGetIPAddress();
|
||||
bool wizDnsQuery(char *name, uint8_t *ip);
|
||||
|
||||
#endif // _WIZHELPER_H_
|
||||
#endif // _WIZHELPER_H_
|
||||
|
Reference in New Issue
Block a user