fix touch

This commit is contained in:
Adolfo Reyna
2026-01-30 22:52:25 -05:00
parent 30c3c2a066
commit 45cbcc8384
3 changed files with 48 additions and 24 deletions

View File

@@ -90,3 +90,15 @@ echo ""
echo "=========================================="
echo "Done!"
echo "=========================================="
echo ""
echo "Waiting 0.5 seconds before connecting to serial..."
sleep 0.5
echo "Connecting to serial port /dev/cu.usbmodem101..."
echo "(Press Ctrl+A then K to exit screen)"
echo "Session will be logged to: screenlog.0"
echo ""
sleep 0.5
# Connect to serial port with logging enabled
# -L enables logging to screenlog.0 in the current directory
screen -L /dev/cu.usbmodem101