Search found 1 match
- Tue Nov 30, 2021 8:00 am
- Forum: General Discussion
- Topic: will suppressing log output by GPIO decrease start-up time?
- Replies: 0
- Views: 1897
will suppressing log output by GPIO decrease start-up time?
I am using ESP32-S2 and change Boot ROM outpu as below https://z3.ax1x.com/2021/11/30/o13y6g.jpg 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 tha...