From 918608599ceefd2af6ff1e5126c478061e3c2073 Mon Sep 17 00:00:00 2001 From: Jon Roeber Date: Sun, 8 Oct 2023 12:44:33 -0400 Subject: [PATCH] remove unnecessary spi setting --- doc/1-raspberry-pi-setup.md | 2 -- 1 file changed, 2 deletions(-) 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.