[SX126x] Fixed incorect indentation
This commit is contained in:
parent
b1196bf8d8
commit
0d1e196d18
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@
|
||||||
// BUSY pin: 9
|
// BUSY pin: 9
|
||||||
SX1262 lora = new Module(10, 2, 3, 9);
|
SX1262 lora = new Module(10, 2, 3, 9);
|
||||||
|
|
||||||
// or using RadioShield
|
// or using RadioShield
|
||||||
// https://github.com/jgromes/RadioShield
|
// https://github.com/jgromes/RadioShield
|
||||||
//SX1262 lora = RadioShield.ModuleA;
|
//SX1262 lora = RadioShield.ModuleA;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
|
|
Loading…
Add table
Reference in a new issue