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 cb0b504 commit aa9eaadCopy full SHA for aa9eaad
src/MycilaESPConnect.cpp
@@ -430,6 +430,7 @@ void Mycila::ESPConnect::loadConfiguration(Mycila::ESPConnect::Config& config) {
430
void Mycila::ESPConnect::saveConfiguration(const Mycila::ESPConnect::Config& config) {
431
LOGD(TAG, "Saving config...");
432
LOGD(TAG, " - AP: %d", config.apMode);
433
+ LOGD(TAG, " - BSSID: %s", config.wifiBSSID.c_str());
434
LOGD(TAG, " - SSID: %s", config.wifiSSID.c_str());
435
LOGD(TAG, " - IP: %s", config.ipConfig.ip.toString().c_str());
436
LOGD(TAG, " - Subnet: %s", config.ipConfig.subnet.toString().c_str());
0 commit comments