From 6775faa87d977c185cec18ced666366fbe5dee25 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Sat, 6 Mar 2021 19:24:22 +0100 Subject: [PATCH] wifiscan.cpp comment edit --- src/wifiscan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifiscan.cpp b/src/wifiscan.cpp index 4e25d542..a4399a05 100644 --- a/src/wifiscan.cpp +++ b/src/wifiscan.cpp @@ -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