docs: Update translation for ESP-IDF docs for syncronization

This commit is contained in:
renpeiying
2023-09-05 15:01:40 +08:00
parent c8f17b1b7c
commit 9b447664db
11 changed files with 70 additions and 14 deletions

View File

@@ -90,6 +90,7 @@ The following optimizations improve the execution of nearly all code, including
Reduce Logging Overhead
^^^^^^^^^^^^^^^^^^^^^^^
Although standard output is buffered, it is possible for an application to be limited by the rate at which it can print data to log output once buffers are full. This is particularly relevant for startup time if a lot of output is logged, but such problem can happen at other times as well. There are multiple ways to solve this problem:
.. list::