diff --git a/doc/1-raspberry-pi-setup.md b/doc/1-raspberry-pi-setup.md index f8fa6c4..a687f83 100644 --- a/doc/1-raspberry-pi-setup.md +++ b/doc/1-raspberry-pi-setup.md @@ -28,8 +28,6 @@ static routers=192.168.0.1 static domain_name_servers=192.168.0.1 ``` -Enable SPI in the Raspberry Pi config by editing `/boot/config.txt` and uncommenting the line `#dtparam=spi=on`. - Update, upgrade, and install Git: `sudo apt update && sudo apt -y upgrade && sudo apt install -y git`. Reboot and SSH in to the new static IP you assigned.