Readme: Added some improvements suggested by @Kraego

This commit is contained in:
Thomas Basler 2023-03-27 17:01:11 +02:00
parent 9523b99b22
commit f2321c464f

View File

@ -145,7 +145,7 @@ You can also change the pins by creating a custom [device profile](docs/DeviceP
* upload_port * upload_port
* monitor_port * monitor_port
* Select the arrow button in the blue bottom status bar (PlatformIO: Upload) to compile and upload the firmware. During the compilation, all required libraries are downloaded automatically. * Select the arrow button in the blue bottom status bar (PlatformIO: Upload) to compile and upload the firmware. During the compilation, all required libraries are downloaded automatically.
* Under Linux, if the upload fails with error messages "Could not open /dev/ttyUSB0, the port doesn't exist", you can check via ```ls -la /dev/tty*``` to which group your port belongs to, and then add your user this group via ```sudo adduser <yourusername> dialout``` * Under Linux, if the upload fails with error messages "Could not open /dev/ttyUSB0, the port doesn't exist", you can check via ```ls -la /dev/tty*``` to which group your port belongs to, and then add your user this group via ```sudo adduser <yourusername> dialout``` (if you are using ```arch-linux``` use: ```sudo gpasswd -a <yourusername> uucp```, this method requires a logout/login of the affected user).
* There are two videos showing these steps: * There are two videos showing these steps:
* [Git Clone and compilation](https://youtu.be/9cA_esv3zeA) * [Git Clone and compilation](https://youtu.be/9cA_esv3zeA)
* [Full installation and compilation](https://youtu.be/xs6TqHn7QWM) * [Full installation and compilation](https://youtu.be/xs6TqHn7QWM)