IncomingMessage function not firing
-
I have a Serial Gateway running on a Nano v3 that's using the default MySensors Serial Gateway code along with the 2.1 mySensors library. I’m trying to track/monitor incoming messages from my nodes. The only code that has been added to the serial gateway sketch is
void incomingMessage(const MyMessage &message)
{
Serial.println("Inside Incoming Message");
}But, I’m not seeing my “Inside Incoming Message" message in the serial monitor when my nodes communicate with the gateway.
The sketch compiles and uploads to the gateway without error messages
Is there something I need to include in my sketch or config files to make the incomingMessage function work?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login