acid-drop- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 99e19c29c3d4d03006a51e383a4aaa995fb71f5d
parent 74f3d443b972e903c7b5901dfd1bb050b40043eb Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 26 May 2024 19:31:26 -0400 Improved serial debugging documentation Diffstat:
|
1 file changed, 2 insertions(+), 1 deletion(-) |
diff --git a/README.md b/README.md @@ -40,7 +40,8 @@ The device will scan for WiFi networks on boot. Once the list is displayed, you # Debugging over Serial 1. Install screen: `apt-get install screen` *(or whatever package manager you use)* -2. `screen /dev/ttyAMC0 9600` +2. Plug in your device via USB. +2. Turn the device on, and run: `screen /dev/ttyAMC0 9600` *(again, this can also be /dev/ttyUSB0)* # Roapmap ###### Device functionality |