Bug: phy_version log
Posted: Tue Oct 22, 2019 8:06 pm
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
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