some fixes

This commit is contained in:
sharandac
2020-08-10 12:35:39 +02:00
parent 40794d8b0a
commit 400fcbd622
14 changed files with 107 additions and 23 deletions

View File

@@ -40,6 +40,7 @@
typedef struct {
bool autoon = true;
bool webserver = true;
} wifictl_config_t;
/*
@@ -82,5 +83,7 @@
bool wifictl_get_autoon( void );
void wifictl_set_autoon( bool autoon );
void wifictl_start_wps( void );
bool wifictl_get_webserver( void );
void wifictl_set_webserver( bool webserver );
#endif // _WIFICTL_H