Page 1 of 1

Bug: phy_version log

Posted: Tue Oct 22, 2019 8:06 pm
by gunar.kroeger
Hi,

We are using the UART0 to comunicate between two esp32 modules.
We disabled the boot LOG and call esp_log_level_set("*", ESP_LOG_NONE);

but still we are getting the message phy: phy_version: 383.0, 79a622c, Jan 30 2018, 15:38:06, 0, 0 printed to the UART0 pins on startup...

there is an issue https://github.com/espressif/esp-idf/issues/1855 describing the problem but it was closed without really solving the problem.

Is there a way to get rid of this message without changing the idf framework? We are on v3.3

Re: Bug: phy_version log

Posted: Wed Oct 23, 2019 5:07 pm
by gunar.kroeger
It happens while bluetooth SPP is initialized