Page 1 of 1

no output from esp_wifi_statis_dump

Posted: Tue Jan 18, 2022 2:09 am
by michel.vachon
esp_wifi_statis_dump(WIFI_STATIS_ALL) does not output anything.

The function returns ESP_OK.

I use arduino-esp32 2.0.0

I tried setting "Core debug level" to verbose in Arduino IDE (which does generate more logs)
I tried calling esp_wifi_internal_set_log_level(WIFI_LOG_VERBOSE).

Still nothing.

How do I make that function output something?

tks