Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Jan 27, 2024
1 parent 7c9de76 commit e97a3dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/remote-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To check if it's working, the command `ping wyldcardDevkit.local` will return pa

If it's working, ssh into the pi

`ssh wyldcardDevkit.local`
`ssh pi@wyldcardDevkit.local`

Using password: `raspberry`

Expand All @@ -42,7 +42,7 @@ Open your file browser and open the SD card.

We want to create a file named `wpa_supplicant`. I've included a template for you already which you can copy:

`cp SETUP_WIFI_Template ./wpa_supplicant`
`cp SETUP_WIFI_Template.txt ./wpa_supplicant.conf`

Edit the `wpa_supplicant` file and fill in your specific values.

Expand All @@ -52,7 +52,7 @@ Now eject the SD card, reinsert it into the Raspberry Pi, push the Pi back onto

If packets are returned, ssh into the pi

`ssh wyldcardDevkit.local`
`ssh pi@wyldcardDevkit.local`

Using password: `raspberry`

Expand Down

0 comments on commit e97a3dd

Please sign in to comment.