Search found 1 match

by Harvey
Mon Jun 24, 2019 9:38 am
Forum: ESP-IDF
Topic: ESP32 How to turn off automatic log of system output
Replies: 9
Views: 25115

Re: ESP32 How to turn off automatic log of system output

Hi:
How to close the log(printf/esp_log) in "main.c". I want to change the UART GPIO1 and GPIO3 to IIC SCL and SDA, so uart must be turned off to avoid conflicts.

请问如何在主程序关闭log,不去改动硬件,只做软件修改。需求是需要把UART的GPIO1和GPIO3改为IIC口,所以必须关闭uart,以免冲突。