From c8b28887ee2f9349ece0cfba67f48102528f98fa Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 10 Apr 2023 14:03:37 +0200 Subject: [PATCH] [SX127x] Fixed comment --- .../SX127x/SX127x_Receive_Interrupt/SX127x_Receive_Interrupt.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/SX127x/SX127x_Receive_Interrupt/SX127x_Receive_Interrupt.ino b/examples/SX127x/SX127x_Receive_Interrupt/SX127x_Receive_Interrupt.ino index ca33a35e..c1ba3ced 100644 --- a/examples/SX127x/SX127x_Receive_Interrupt/SX127x_Receive_Interrupt.ino +++ b/examples/SX127x/SX127x_Receive_Interrupt/SX127x_Receive_Interrupt.ino @@ -71,7 +71,6 @@ void setup() { // radio.sleep() // radio.transmit(); // radio.receive(); - // radio.readData(); // radio.scanChannel(); }