We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad145f commit 616919eCopy full SHA for 616919e
src/main.cpp
@@ -167,7 +167,7 @@ static void start_network_manager() {
167
LOG("Hostname: %s\n", espConnectConfig.hostname.c_str());
168
if (espConnectConfig.apMode) {
169
LOG("AP: %s\n", espConnectConfig.hostname.c_str());
170
- } else if (espConnect.getWiFiSSID().length()) {
+ } else if (espConnectConfig.wifiBSSID.length()) {
171
LOG("SSID: %s\n", espConnectConfig.wifiSSID.c_str());
172
LOG("BSSID: %s\n", espConnectConfig.wifiBSSID.c_str());
173
}
0 commit comments