mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[WiFi] Simplify passive/active scan note
This commit is contained in:
@@ -1362,7 +1362,7 @@ String getFormNote(LabelType::Enum label)
|
|||||||
break;
|
break;
|
||||||
# ifdef ESP32
|
# ifdef ESP32
|
||||||
case LabelType::WIFI_PASSIVE_SCAN:
|
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;
|
break;
|
||||||
# endif // ifdef ESP32
|
# endif // ifdef ESP32
|
||||||
case LabelType::HIDDEN_SSID_SLOW_CONNECT:
|
case LabelType::HIDDEN_SSID_SLOW_CONNECT:
|
||||||
|
|||||||
Reference in New Issue
Block a user