mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
Even better fix of conflict with master branch.
This commit is contained in:
@ -286,7 +286,7 @@ void MeshBackendBase::printAPInfo(const NetworkInfoBase &apNetworkInfo)
|
||||
|
||||
if(apNetworkInfo.RSSI() != NetworkInfoBase::defaultRSSI)
|
||||
{
|
||||
verboseModePrint('(' + String(apNetworkInfo.RSSI()) + String(F("dBm) ")) +
|
||||
verboseModePrint(String('(') + String(apNetworkInfo.RSSI()) + String(F("dBm) ")) +
|
||||
(apNetworkInfo.encryptionType() == ENC_TYPE_NONE ? String(F("open")) : ""), false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user