[SX127x] Fixed incorrect NSS pin in example

This commit is contained in:
jgromes 2021-12-12 11:48:10 +01:00
parent c1240c551f
commit ee59967815

View file

@ -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