-
Notifications
You must be signed in to change notification settings - Fork 252
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
no matching function for call to 'Adafruit_FONA::Adafruit_FONA(SoftwareSerial*, int)' #13
Comments
Thanks. I actually found that in a comment on your YouTube video and fixed
that.
But now it fails to compile for RF24 (and I copied those 3 files from
maniacbugs RF24) and changed the <> to "".
So I'm stuck again.
…On Thu, Jul 6, 2017, 7:05 PM Samy Kamkar ***@***.***> wrote:
Try ***@***.***
<samyk/Adafruit_FONA_Library@09e2aae>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVfb92VoF2OiFTFnBY7xES8H0m-kdXBGks5sLWgjgaJpZM4KKrAE>
.
|
More details please |
Im getting also error from RF24. Seems to be a lot of undefined reference errors. Arduino: 1.8.5 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (3.3V, 8 MHz)" |
Seems to be somekind of problem when keeping RF24 libary with this code. When i install that as a library seems to work ok, dont know atm whats the problem (i did edit the path in RF24.h for the RF24_config.h) |
Hi~I also meet with the same problem.Have you solved it? I use the Arduino IDE. |
@samyk Happy to help with this issue further if I can. All The Best, |
Are you using https://github.com/maniacbug/RF24? I believe that was the version used -- unfortunately there are a ton of forks of it and I'm not sure particularly which was the library of the week. I'd suggest just going into the RF24 .h files and moving those functions from |
I am. I played around with everything and got the code to compile. When I put the RF24.cpp file into the keysweeper_mcu_src directory, the code properly compiled. I didn't see that mentioned anywhere in the write up and I won't pretend to know why that made a difference. Hope that helps. |
I am getting this error:
no matching function for call to 'Adafruit_FONA::Adafruit_FONA(SoftwareSerial*, int)'
Please help.
The text was updated successfully, but these errors were encountered: