From 00d06871c69b940019c01651119db8f6c52473e3 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 10 Feb 2019 11:31:15 +0100 Subject: [PATCH] [RF69] Removed comment --- .../RF69_Receive_Interrupt/RF69_Receive_Interrupt.ino | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/RF69/RF69_Receive_Interrupt/RF69_Receive_Interrupt.ino b/examples/RF69/RF69_Receive_Interrupt/RF69_Receive_Interrupt.ino index 05e271c6..df7133ac 100644 --- a/examples/RF69/RF69_Receive_Interrupt/RF69_Receive_Interrupt.ino +++ b/examples/RF69/RF69_Receive_Interrupt/RF69_Receive_Interrupt.ino @@ -3,14 +3,7 @@ This example listens for FSK transmissions and tries to receive them. Once a packet is received, an interrupt is - triggered. To successfully receive data, the following - settings have to be the same on both transmitter - and receiver: - - carrier frequency - - bandwidth - - spreading factor - - coding rate - - sync word + triggered. */ // include the library