Skip to content

Fix missing MY_INDICATION_HANDLER #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* network topology allowing messages to be routed to nodes.
*
* Created by Henrik Ekblad <[email protected]>
* Copyright (C) 2013-2016 Sensnology AB
* Copyright (C) 2013-2019 Sensnology AB
* Full contributor list: https://github.com/mysensors/Arduino/graphs/contributors
*
* Documentation: http://www.mysensors.org
Expand Down Expand Up @@ -35,6 +35,8 @@
#define MY_RADIO_RF24
//#define MY_RADIO_RFM69

#define MY_INDICATION_HANDLER

#include <Adafruit_NeoPixel.h>
#include <MsTimer2.h>
#include <SPI.h>
Expand Down Expand Up @@ -147,4 +149,3 @@ void loop()
oldValue = value;
}
}