From be4b8e972727fc3ea25f9711128c3133975e33eb Mon Sep 17 00:00:00 2001 From: John Jones Date: Mon, 23 Aug 2021 14:18:17 -0400 Subject: [PATCH] doc update --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 37f9ae6..8378fcd 100644 --- a/Readme.md +++ b/Readme.md @@ -119,7 +119,7 @@ Then, run the dashboard using the following `build/dashboard-Darwin-i386 /dev/cu ### Air -This software requires [I2C](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c), [SPI0](https://www.raspberrypi-spy.co.uk/2014/08/enabling-the-spi-interface-on-the-raspberry-pi/), SPI1, and [Serial](https://maker.pro/raspberry-pi/tutorial/how-to-use-a-gps-receiver-with-raspberry-pi-4) to be enabled on a Raspberry Pi. (To enable SPI1, add `dtoverlay=spi1-3cs` to the file `/boot/config.txt`.) +This software requires [I2C](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c), [SPI0](https://www.raspberrypi-spy.co.uk/2014/08/enabling-the-spi-interface-on-the-raspberry-pi/), and [Serial](https://maker.pro/raspberry-pi/tutorial/how-to-use-a-gps-receiver-with-raspberry-pi-4) to be enabled on a Raspberry Pi. To install this software on a Raspberry Pi, execute the following: