Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 29, 2024
1 parent a67e392 commit 380a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MycilaESPConnect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void ESPConnectClass::begin(AsyncWebServer* httpd, const String& hostname, const
_hostname = hostname;
_apSSID = apSSID;
_apPassword = apPassword;
_config = config;
_config = config; // copy values

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

Expand Down

0 comments on commit 380a04e

Please sign in to comment.