From 74f8bc7b439a78f625c90d2cf22035df8e22d79b Mon Sep 17 00:00:00 2001 From: liangyingy <46518962+liangyingy@users.noreply.github.com> Date: Thu, 25 Aug 2022 14:32:19 +0800 Subject: [PATCH] Update LilyGo_LoRa_Series_Quick_Start_On_TTN.md --- docs/en/LilyGo_LoRa_Series_Quick_Start_On_TTN.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/LilyGo_LoRa_Series_Quick_Start_On_TTN.md b/docs/en/LilyGo_LoRa_Series_Quick_Start_On_TTN.md index a5d024d..17e7c9a 100644 --- a/docs/en/LilyGo_LoRa_Series_Quick_Start_On_TTN.md +++ b/docs/en/LilyGo_LoRa_Series_Quick_Start_On_TTN.md @@ -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