From b35ff53d63f9a66b63cccda64763dd1af92c6bb6 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 14 Jul 2024 23:22:55 +0200 Subject: [PATCH] add TODO for BSSID --- src/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.cpp b/src/system.cpp index 23933670b..047b9dbb1 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -1413,7 +1413,7 @@ bool System::command_info(const char * value, const int8_t id, JsonObject output #endif EMSESP::esp8266React.getNetworkSettingsService()->read([&](NetworkSettings & settings) { if (WiFi.status() == WL_CONNECTED && !settings.bssid.isEmpty()) { - node["BSSID"] = "set"; + node["BSSID"] = "set"; // TODO why is this not the actual value? } node["TxPower setting"] = settings.tx_power; node["static ip config"] = settings.staticIPConfig;