wifiscan.cpp comment edit

This commit is contained in:
cyberman54 2021-03-06 19:24:22 +01:00
parent e604db49d6
commit 6775faa87d

View File

@ -84,7 +84,7 @@ void switch_wifi_sniffer(uint8_t state) {
if (state) {
// start sniffer
#if (BLECOUNTER)
// workaround needed for IDF 4.1
// workaround needed for ESP-IDF v3.3
// see https://github.com/espressif/esp-idf/issues/5427
esp_wifi_set_ps(WIFI_PS_MIN_MODEM);
#endif