From 4704bf476696788e1414cfc6fe7f6d07bae5ee77 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Tue, 31 Aug 2021 16:06:48 -0400 Subject: [PATCH] Update TxPowerTest_Receiver.ino --- Examples/TxPowerTest_Receiver/TxPowerTest_Receiver.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/TxPowerTest_Receiver/TxPowerTest_Receiver.ino b/Examples/TxPowerTest_Receiver/TxPowerTest_Receiver.ino index 9f0bc9e..84999ad 100644 --- a/Examples/TxPowerTest_Receiver/TxPowerTest_Receiver.ino +++ b/Examples/TxPowerTest_Receiver/TxPowerTest_Receiver.ino @@ -6,7 +6,7 @@ // Copyright Felix Rusu 2021, http://www.LowPowerLab.com/contact // ********************************************************************************** #include //get it here: https://www.github.com/lowpowerlab/rfm69 -#include //get it here: https://www.github.com/lowpowerlab/rfm69 +#include //get it here: https://www.github.com/lowpowerlab/rfm69 #define NODEID 1 //must be unique for each node on same network (range up to 254, 255 is used for broadcast) #define NETWORKID 100 //the same on all nodes that talk to each other (range up to 255)