Newbe error question: #error No forward link or gateway feature activated
-
Hi,
I'm very new to this. Trying to construct the dimmable mirror. I added the libraries and tried to verify the code. I did change #include <MySensor.h> to #include <MySensors.h> because an error message said couldn't find MySensor. Now it get this error message and not sure what means:
C:\Users\Documents\Arduino\libraries\MySensors-master/MySensors.h:287:4: error: #error No forward link or gateway feature activated. This means nowhere to send messages! Pretty pointless.
#error No forward link or gateway feature activated. This means nowhere to send messages! Pretty pointless.
Thanks
-
No, I used https://forum.mysensors.org/topic/936/backlit-dimmable-led-mirror-with-motion-sensor/2
I tried the code from that example and had no issues.
-
Sorry, had no issues when I tried https://www.mysensors.org/build/dimmer
-
No, I used https://forum.mysensors.org/topic/936/backlit-dimmable-led-mirror-with-motion-sensor/2
I tried the code from that example and had no issues.
-
Where do I go to find out what need to be done and how to convert it?
Thanks
-
Thanks, got it working. There still is a error message:
In function 'void loop()':
warning: comparison is always false due to limited range of data type [-Wtype-limits]
fadeLevel = fadeLevel < 0 ? 0 : fadeLevel;Not to worry??
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