Skip to content

Commit 70e8cd7

Browse files
committed
Fix missing MY_INDICATION_HANDLER
1 parent c36ce9b commit 70e8cd7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/BinarySwitchSensorIndication/BinarySwitchSensorIndication.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* network topology allowing messages to be routed to nodes.
77
*
88
* Created by Henrik Ekblad <[email protected]>
9-
* Copyright (C) 2013-2016 Sensnology AB
9+
* Copyright (C) 2013-2019 Sensnology AB
1010
* Full contributor list: https://github.com/mysensors/Arduino/graphs/contributors
1111
*
1212
* Documentation: http://www.mysensors.org
@@ -35,6 +35,8 @@
3535
#define MY_RADIO_RF24
3636
//#define MY_RADIO_RFM69
3737

38+
#define MY_INDICATION_HANDLER
39+
3840
#include <Adafruit_NeoPixel.h>
3941
#include <MsTimer2.h>
4042
#include <SPI.h>
@@ -147,4 +149,3 @@ void loop()
147149
oldValue = value;
148150
}
149151
}
150-

0 commit comments

Comments
 (0)