[SX127x] Fixed incorrect NSS pin in example
This commit is contained in:
parent
c1240c551f
commit
ee59967815
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
// DIO0 pin: 2
|
||||
// RESET pin: 9
|
||||
// DIO1 pin: 3
|
||||
SX1278 radio = new Module(5, 2, 9, 3);
|
||||
SX1278 radio = new Module(10, 2, 9, 3);
|
||||
|
||||
// or using RadioShield
|
||||
// https://github.com/jgromes/RadioShield
|
||||
|
|
Loading…
Add table
Reference in a new issue