Skip to content

Commit 380a04e

Browse files
committed
added comment
1 parent a67e392 commit 380a04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MycilaESPConnect.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void ESPConnectClass::begin(AsyncWebServer* httpd, const String& hostname, const
129129
_hostname = hostname;
130130
_apSSID = apSSID;
131131
_apPassword = apPassword;
132-
_config = config;
132+
_config = config; // copy values
133133

134134
_wifiEventListenerId = WiFi.onEvent(std::bind(&ESPConnectClass::_onWiFiEvent, this, std::placeholders::_1));
135135

0 commit comments

Comments
 (0)