diff --git a/minimal-launchpad/index.html b/minimal-launchpad/index.html index 8171dd4..1548028 100644 --- a/minimal-launchpad/index.html +++ b/minimal-launchpad/index.html @@ -63,6 +63,19 @@

Device Connection disconnect it and try again.

+
+

+ Serial Data Transmission Permission Issue +

+
+ For linux users, the currently logged in user should have read and write access the serial port over USB. On most Linux + distributions, this is done by adding the user to dialout group with the following command: +
usermod -a -G dialout $USER
+ on Arch Linux 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. +
+

Browser Compatability Issue

diff --git a/minimal-launchpad/minimal_ui_styles.css b/minimal-launchpad/minimal_ui_styles.css index 038f43b..d4e9d91 100644 --- a/minimal-launchpad/minimal_ui_styles.css +++ b/minimal-launchpad/minimal_ui_styles.css @@ -86,6 +86,13 @@ color: #a35c5c; padding: 5px; } + +.command-snippet { + padding: 10px; + background-color: #eee; + margin: 5px 5px 5px 0; +} + @keyframes bounce { 0%,