From 56186e4e33232f1df938a682b5d266d334e50439 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 26 May 2024 19:04:25 -0400 Subject: [PATCH] Added information on how to debug over serial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b6dcc1b..24112a8 100644 --- 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)*