forked from espressif/arduino-esp32
@ -17,6 +17,9 @@
|
|||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef WiFiProv_h
|
||||||
|
#define WiFiProv_h
|
||||||
|
|
||||||
#include "WiFi.h"
|
#include "WiFi.h"
|
||||||
#include "wifi_provisioning/manager.h"
|
#include "wifi_provisioning/manager.h"
|
||||||
//Select the scheme using which you want to provision
|
//Select the scheme using which you want to provision
|
||||||
@ -48,3 +51,5 @@ class WiFiProvClass
|
|||||||
};
|
};
|
||||||
|
|
||||||
extern WiFiProvClass WiFiProv;
|
extern WiFiProvClass WiFiProv;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user