Archive some old raspi-config settings

This commit is contained in:
2026-06-28 22:24:45 +00:00
parent 496982c80d
commit 5ddec9af64
+10
View File
@@ -0,0 +1,10 @@
# raspi-config options to check
```
sudo raspi-config
3 - Interface options
P2 enable SSH
P4 enable SPI
P5 enable I2C
P6 enable serial (You may have to update this later and turn it off for certain UART features to work)
```