This commit is contained in:
2021-02-07 14:14:54 +01:00
parent be279e4421
commit 5b767535f6
2 changed files with 15 additions and 13 deletions

View File

@ -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_