will suppressing log output by GPIO decrease start-up time?
Posted: Tue Nov 30, 2021 8:00 am
I am using ESP32-S2 and change Boot ROM outpu as below
I am wondering if it will change the code behaviour or it just disconnect UART signal to PINs.
Actually I want to skip the log output steps which cost time because of vsprint.
Or if there is a method that I can easily switch the log output and when log disabled, it doesn't cost time to process.
I am wondering if it will change the code behaviour or it just disconnect UART signal to PINs.
Actually I want to skip the log output steps which cost time because of vsprint.
Or if there is a method that I can easily switch the log output and when log disabled, it doesn't cost time to process.