This commit is contained in:
2021-02-28 12:35:43 +01:00
parent 3f024510ae
commit 1b1180a72f
3 changed files with 42 additions and 40 deletions

View File

@ -10,7 +10,6 @@ int wizInit();
bool isNetworkAvailable();
uint8_t* wizGetIPAddress();
bool wizDnsQuery(char *name, uint8_t *ip);
uint64_t wizSntpQuery();
#endif // _WIZHELPER_H_