From 95e6e1526c4a9e511cf4a8b18b996396c63323f3 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Wed, 2 May 2018 13:31:43 -0400 Subject: [PATCH] minor change --- Examples/MotionMote/MotionMote.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/MotionMote/MotionMote.ino b/Examples/MotionMote/MotionMote.ino index 5fa8457..70c90a2 100644 --- a/Examples/MotionMote/MotionMote.ino +++ b/Examples/MotionMote/MotionMote.ino @@ -41,9 +41,9 @@ //**************************************************************************************************************** //**** IMPORTANT RADIO SETTINGS - YOU MUST CHANGE/CONFIGURE TO MATCH YOUR HARDWARE TRANSCEIVER CONFIGURATION! **** //**************************************************************************************************************** +#define GATEWAYID 1 //ID of your main/gateway/receiver node (can be any ID but good to keep this as 1 or an easy to remember number) #define NODEID 88 //unique for each node on same network #define NETWORKID 100 //the same on all nodes that talk to each other -#define GATEWAYID 1 //Match frequency to the hardware version of the radio on your Moteino (uncomment one): //#define FREQUENCY RF69_433MHZ //#define FREQUENCY RF69_868MHZ