mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[WiFi] Simplify passive/active scan note
This commit is contained in:
@@ -1362,7 +1362,7 @@ String getFormNote(LabelType::Enum label)
|
||||
break;
|
||||
# ifdef ESP32
|
||||
case LabelType::WIFI_PASSIVE_SCAN:
|
||||
flash_str = F("Passive scan listens for WiFi beacons, Active scan probes for AP. Passive scan is typically faster.");
|
||||
flash_str = F("Passive scan listens for WiFi beacons, Active scan probes for AP.");
|
||||
break;
|
||||
# endif // ifdef ESP32
|
||||
case LabelType::HIDDEN_SSID_SLOW_CONNECT:
|
||||
|
||||
Reference in New Issue
Block a user