fix touch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user