-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Problem using the F() macro #252
Comments
Yes I've just run into this too when using platform.io. Seems there there is a clash in To fix, change:
To:
(or just remove the |
This was due to a lack of proper testing on my part I guess but should be fixed now with the latest change. Thanks for identifying the problem! |
Should I introduce some compile time messages in order to see what is the compilation flow and what is not? For example Do you think it will flood the compilation log with too much info? |
Would be good for testing but I don't think we would want it printing Sent from my iPod On 2016-04-30, at 1:35 AM, Apostolos Katranitsas notifications@github.com Should I introduce some compile time messages in order to see what is the For example #pragma message "Using avr pgmspace". Do you think it will flood the compilation log with too much info? — |
Great it's working now. Thank you for the quick fix. :) |
I can confirm that it doesn't break anything from my side. I didn't have the time to test it on real hardware! |
I'm having some issues using this library when using the F() macro.
I has been using maniacbugs library for a few years, and now I updated to this one. The radio modules seem to work fine, but all the prints that use the F() macro come out as trash. If I remove the F() macros everything works out fine. This is an issue for me, since in the project I'm working on RAM is an issue. Tested the Getting started sketch plues a couple others with the same results.
Tried it in two new arduino installs (1.7.10 and 1.6.8) but the problem persists. :s Any ideas?
The text was updated successfully, but these errors were encountered: