Skip to content

Commit aa9eaad

Browse files
committed
Added log line
1 parent cb0b504 commit aa9eaad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MycilaESPConnect.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ void Mycila::ESPConnect::loadConfiguration(Mycila::ESPConnect::Config& config) {
430430
void Mycila::ESPConnect::saveConfiguration(const Mycila::ESPConnect::Config& config) {
431431
LOGD(TAG, "Saving config...");
432432
LOGD(TAG, " - AP: %d", config.apMode);
433+
LOGD(TAG, " - BSSID: %s", config.wifiBSSID.c_str());
433434
LOGD(TAG, " - SSID: %s", config.wifiSSID.c_str());
434435
LOGD(TAG, " - IP: %s", config.ipConfig.ip.toString().c_str());
435436
LOGD(TAG, " - Subnet: %s", config.ipConfig.subnet.toString().c_str());

0 commit comments

Comments
 (0)