Unverified Commit cbeb7c4d authored by mrengineer7777's avatar mrengineer7777 Committed by GitHub

Add conditional include to WiFiProv.h (#6192)

Resolves issue #6171
parent 754ceddf
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment