refactor dhcp handling
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#ifndef _WIZHELPER_H_
|
||||
#define _WIZHELPER_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
int wizInit();
|
||||
bool isNetworkAvailable();
|
||||
|
||||
|
||||
#endif // _WIZHELPER_H_
|
Reference in New Issue
Block a user