Skip to content

Commit fda24f6

Browse files
authored
Update WiFiSTA.h
1 parent 86d38ed commit fda24f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFi/src/WiFiSTA.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class WiFiSTAClass
9292
static bool _autoReconnect;
9393

9494
public:
95-
bool beginSmartConfig();
95+
bool beginSmartConfig(smartconfig_type_t type = SC_TYPE_ESPTOUCH, char* crypt_key = NULL);
9696
bool stopSmartConfig();
9797
bool smartConfigDone();
9898

0 commit comments

Comments
 (0)