[SX126x] Fixed incorect indentation

This commit is contained in:
jgromes 2019-06-02 15:15:22 +02:00
parent b1196bf8d8
commit 0d1e196d18

View file

@ -23,9 +23,9 @@
// BUSY pin: 9
SX1262 lora = new Module(10, 2, 3, 9);
// or using RadioShield
// https://github.com/jgromes/RadioShield
//SX1262 lora = RadioShield.ModuleA;
// or using RadioShield
// https://github.com/jgromes/RadioShield
//SX1262 lora = RadioShield.ModuleA;
void setup() {
Serial.begin(9600);