mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
update translation of establish-serial-connection
This commit is contained in:
parent
7fa8eb91dd
commit
b47fda98f3
@ -67,6 +67,10 @@ MacOS ::
|
||||
|
||||
sudo usermod -a -G dialout $USER
|
||||
|
||||
在 Arch Linux 中,需要通过以下命令将用户添加到 ``uucp`` 组中::
|
||||
|
||||
sudo usermod -a -G uucp $USER
|
||||
|
||||
请重新登录,确保串口读写权限可以生效。
|
||||
|
||||
|
||||
|
@ -61,6 +61,10 @@ MacOS ::
|
||||
|
||||
sudo usermod -a -G dialout $USER
|
||||
|
||||
在 Arch Linux 中,需要通过以下命令将用户添加到 ``uucp`` 组中::
|
||||
|
||||
sudo usermod -a -G uucp $USER
|
||||
|
||||
重新登录以确保串行端口的读写权限被启用。
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user