EasySensors / ButtonSizeNode2

The Button Size Node 2 is a low cost wireless Arduino IDE compatible (the Atmel ATMega328P) micro-controller + RFM69HW(HCW) 915, 868 or 433 MHz radio on-board. BS2032-2
7 stars 0 forks source link

Errors Compiling with MySensors 2.2 #1

Closed bnorth12 closed 6 years ago

bnorth12 commented 6 years ago

The updates to MySensors that now include a MyConfig.h header change the locations for definitions. The radio selction should still be included in the ButtonSizeNode.ino file however the frequencies for the Radio shpuld be set in the MyConfig.h.

// Enable and select radio type attached

define MY_RADIO_RFM69

//#define MY_RFM69_FREQUENCY RF69_433MHZ //#define MY_RFM69_FREQUENCY RF69_868MHZ

yurysvirida commented 6 years ago

did you define #define MY_RFM69_FREQUENCY RFM69_XXXMHZ before #include <MySensors.h> ?

bnorth12 commented 6 years ago

Could not duplicate error.