Add conditional include to WiFiProv.h (#6192)

Resolves issue #6171
This commit is contained in:
mrengineer7777
2022-01-31 05:06:39 -06:00
committed by GitHub
parent 754ceddf48
commit cbeb7c4df8

View File

@ -17,6 +17,9 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef WiFiProv_h
#define WiFiProv_h
#include "WiFi.h"
#include "wifi_provisioning/manager.h"
//Select the scheme using which you want to provision
@ -48,3 +51,5 @@ class WiFiProvClass
};
extern WiFiProvClass WiFiProv;
#endif