Merges https://github.com/espressif/esp-idf/pull/2940
sudo usermod -a -G dialout $USER
+on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
+
+ sudo usermod -a -G uucp $USER
+
Make sure you re-login to enable read and write permissions for the serial port.
sudo usermod -a -G dialout $USER
+on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
+
+ sudo usermod -a -G uucp $USER
+
Make sure you re-login to enable read and write permissions for the serial port.