Skip to content

Commit 29fe500

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'fix/improve_get_start_doc_notes' into 'master'
fix(doc): fix get start process in port notes See merge request espressif/esp-idf!38524
2 parents 785ace5 + d49ebfb commit 29fe500

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/en/get-started/establish-serial-connection.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ on Arch Linux this is done by adding the user to ``uucp`` group with the followi
264264

265265
sudo usermod -a -G uucp $USER
266266

267-
Make sure you re-login to enable read and write permissions for the serial port.
267+
.. note::
268+
269+
Make sure you re-login to enable read and write permissions for the serial port.
268270

269271
Verify Serial Connection
270272
------------------------

docs/zh_CN/get-started/establish-serial-connection.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ macOS::
264264

265265
sudo usermod -a -G uucp $USER
266266

267-
请重新登录,确保串口读写权限生效。
267+
.. note::
268+
269+
请重新登录,确保串口读写权限生效。
268270

269271
确认串口连接
270272
------------------------

0 commit comments

Comments
 (0)