fix: Fix the bug that lora_pkt_fwd cannot reset sx1302
The reset pin of the sx1302 is connected to the CE1 pin of the spi0 of the Raspberry Pi, and the sx1302 cannot be reset correctly, resulting in failure of normal communication. Signed-off-by: liangyingy <1102390310@qq.com>
This commit is contained in:
parent
87781b33b3
commit
4fdd3232ea
2 changed files with 9 additions and 1 deletions
|
|
@ -29,6 +29,8 @@
|
|||
>
|
||||
> LoRaWAN Gateway: Raspberrypi Model 3B + T-SX1302
|
||||
>
|
||||
> raspios: [raspios_lite_arm64-2022-01-28](https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2022-01-28/2022-01-28-raspios-bullseye-arm64-lite.zip)
|
||||
>
|
||||
> TTN Version: v3.15.1
|
||||
|
||||
## Create a gateway on TTN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue