Update LilyGo_LoRa_Series_Quick_Start_On_TTN.md

This commit is contained in:
liangyingy 2022-08-25 14:32:19 +08:00 committed by GitHub
commit 74f8bc7b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,11 @@ It needs to fill in a unique `Gateway EUI`, if there is no better choice, you ca
### Enable the SPI interface of the Raspberry Pi
![spi](../static/spi.gif)
Open the /boot/config.txt file and write the following at the end of the file:
```
dtoverlay=spi0-1cs
```
### Download sx1302_hal source code and compile