This commit is contained in:
2021-02-07 13:47:34 +01:00
parent c691620ff7
commit a5f20fc073
7 changed files with 204 additions and 46 deletions

View File

@ -5,6 +5,8 @@
#include <stdint.h>
#define NTP_SERVER "0.pool.ntp.org"
int wizInit();
bool isNetworkAvailable();
uint8_t* wizGetIPAddress();