This commit is contained in:
LowPowerLab 2015-10-02 14:33:33 -04:00
parent 0c8fbacc5c
commit 1925ac4f62
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
#define GATEWAYID 1 //node Id of the receiver we are sending data to
#define NETWORKID 100 //the same on all nodes that talk to each other including this node and the gateway
#define FREQUENCY RF69_915MHZ //others: RF69_433MHZ, RF69_868MHZ (this must match the RFM69 freq you have on your Moteino)
define IS_RFM69HW //uncomment only for RFM69HW! Remove/comment if you have RFM69W!
#define IS_RFM69HW //uncomment only for RFM69HW! Remove/comment if you have RFM69W!
#define ENCRYPTKEY "sampleEncryptKey" //exactly the same 16 characters/bytes on all nodes!
#define SENDLOOPS 80 //default:80 //if no message was sent for this many sleep loops/cycles, then force a send
#define READ_SAMPLES 3