remove unnecessary spi setting

This commit is contained in:
Jon Roeber 2023-10-08 12:44:33 -04:00
parent 7c1ae87c8b
commit 918608599c

View File

@ -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.