From d8ee16a6d41e57b632a4537e555b6cf03dd2ebee Mon Sep 17 00:00:00 2001 From: Peter Burke <42294224+PeterJBurke@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:18:10 -0700 Subject: [PATCH] Update README.md fix typo --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 4536c28..8eb1ebe 100644 --- a/README.md +++ b/README.md @@ -173,13 +173,6 @@ Note: I found_ _I could also flash it with the usb port. Follow builing.md instructions -### 2) SSH Pi to AWS for webcam (on Pi terminal) -SSH into AWS for webcam traffic (sets up a reverse ssh tunnel so if you log into localhost:8901 on desktop, it will take you to AWSIPADDRESS:8080, which has the webcam data): -``` -ssh -R 8080:localhost:8090 -i "AWSKEY.pem" ubuntu@AWSIPADDRESS -``` -so whatever AW sees at its port 8080 goes to Pi port 8090. - ### 1) Clone UCI Ardupilot to your own directory bla bla bla ```