add TODO for BSSID

This commit is contained in:
proddy
2024-07-14 23:22:55 +02:00
parent 2c2ffe1555
commit b35ff53d63

View File

@@ -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;