From 3f10fd6abcbbf097db7712161a8663501f715b87 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Mon, 26 Nov 2018 13:58:34 -0500 Subject: [PATCH] Add warning for PiGateway users --- Examples/Gateway/Gateway.ino | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Examples/Gateway/Gateway.ino b/Examples/Gateway/Gateway.ino index d558cb1..d9ca604 100644 --- a/Examples/Gateway/Gateway.ino +++ b/Examples/Gateway/Gateway.ino @@ -1,3 +1,18 @@ +// ********************************************************************************** +// +// !!!! ATTENTION: !!!! +// +// This is just a simple receiving sketch that will work with most examples +// in the RFM69 library. +// +// If you're looking for the Gateway sketch to use with your RaspberryPi, +// as part of the PiGateway software interface (lowpowerlab.com/gateway), +// this is the wrong sketch. +// +// Use this sketch instead: PiGateway: +// https://github.com/LowPowerLab/RFM69/blob/master/Examples/PiGateway/PiGateway.ino +// ********************************************************************************** + // Sample RFM69 receiver/gateway sketch, with ACK and optional encryption, and Automatic Transmission Control // Passes through any wireless received messages to the serial port & responds to ACKs // It also looks for an onboard FLASH chip, if present