refactor dhcp handling

This commit is contained in:
2020-11-10 14:51:40 +01:00
parent 0cbc9e2d56
commit 0bd9174e91
2 changed files with 26 additions and 12 deletions

View File

@ -1,6 +1,10 @@
#ifndef _WIZHELPER_H_
#define _WIZHELPER_H_
#include <stdbool.h>
int wizInit();
bool isNetworkAvailable();
#endif // _WIZHELPER_H_