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 56186e4e33232f1df938a682b5d266d334e50439
parent 88e9b5b6541f5fad52634ccc61caa3f46cf16ed1
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 26 May 2024 19:04:25 -0400

Added information on how to debug over serial

Diffstat:
MREADME.md | 4++++

1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
@@ -35,6 +35,10 @@ A compiled "release" will be done once I finish somoe fo the basic features, but
 5. Flash the device: `esptool.py --chip esp32-s3 --port /dev/ttyUSB0 --baud 115200 write_flash -z 0x1000 firmware.bin`
 6. Press the RST *(reset)* button ont he device.
 
+###### Debugging over Serial
+1. Install screen: `apt-get install screen` *(or whatever package manager you use)*
+2. `screen /dev/ttyAMC0 9600`
+
 # Roapmap
 ###### Device functionality
 - [X] Screen timeout on inactivity *(default 30 seconds)*