Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit f482bb8

Browse files
committed
fix
1 parent de0515b commit f482bb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ESPAsync_WiFiManager-Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ void ESPAsync_WiFiManager::scan()
622622

623623
//////////////////////////////////////////
624624

625-
void ESPAsync_WiFiManager::startConfigPortalModeless(char const *apName, char const *apPassword, bool shouldConnectWiFi = true)
625+
void ESPAsync_WiFiManager::startConfigPortalModeless(char const *apName, char const *apPassword, bool shouldConnectWiFi)
626626
{
627627
_modeless = true;
628628
_apName = apName;

src_h/ESPAsync_WiFiManager-Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ void ESPAsync_WiFiManager::scan()
622622

623623
//////////////////////////////////////////
624624

625-
void ESPAsync_WiFiManager::startConfigPortalModeless(char const *apName, char const *apPassword, bool shouldConnectWiFi = true)
625+
void ESPAsync_WiFiManager::startConfigPortalModeless(char const *apName, char const *apPassword, bool shouldConnectWiFi)
626626
{
627627
_modeless = true;
628628
_apName = apName;

0 commit comments

Comments
 (0)