Skip to content

Commit b9f6b47

Browse files
committed
#645 comments
1 parent b9fcc8f commit b9f6b47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WiFiManager.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ uint8_t WiFiManager::connectWifi(String ssid, String pass) {
654654

655655
DEBUG_WM(DEBUG_VERBOSE,F("Connection result:"),getWLStatusString(connRes));
656656

657+
// WPS enabled? https://github.com/esp8266/Arduino/pull/4889
657658
#ifdef NO_EXTRA_4K_HEAP
658659
// do WPS, if WPS options enabled and not connected and no password was supplied
659660
// @todo this seems like wrong place for this, is it a fallback or option?
@@ -784,6 +785,7 @@ uint8_t WiFiManager::waitForConnectResult(uint16_t timeout) {
784785
return status;
785786
}
786787

788+
// WPS enabled? https://github.com/esp8266/Arduino/pull/4889
787789
#ifdef NO_EXTRA_4K_HEAP
788790
void WiFiManager::startWPS() {
789791
DEBUG_WM(F("START WPS"));

0 commit comments

Comments
 (0)