Skip to content
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

Time to modify it for newer Arduino #14

Open
AndKe opened this issue Jan 22, 2016 · 8 comments
Open

Time to modify it for newer Arduino #14

AndKe opened this issue Jan 22, 2016 · 8 comments

Comments

@AndKe
Copy link

AndKe commented Jan 22, 2016

Won't compile on Arduino from the past 2-3 years, due to the ancient fastserial library (which should not be needed anymore anyway?)

I got stuck modifying it for Arduino 1.6.6.
Is somebody maintaining it ?

@0n3-70uch
Copy link

Hi,

same problem here. I use this library:
https://github.com/DevFor8/Mav2Duplex/tree/master/libraries

The best solution would be without the FastSerial library.

Greetings
Fabian

@thecodingfrog
Copy link

Install Arduino 1.0.5 and it will work fine

@AndKe
Copy link
Author

AndKe commented Jan 22, 2016

@0n3-70uch with that FastSerial, what version of Arduino can you use (how new ?)
@thecodingfrog it works with 1.0.6 too, but it's kind of ridiculous to be stuck with it - it does not improve the impression of being abandoned.

@0n3-70uch
Copy link

I use Arduino version 1.6.5.

@AndKe
Copy link
Author

AndKe commented Jan 22, 2016

@0n3-70uch Thanks , do you compile minimOSD-Extra(copter prerelease) or the Mav2Duplex with it ?
reason for asking is that when I try 1.6.6 (insignificant diffrent from 1.6.5 in this case) , it stops at:

In file included from sketch/ArduCam_Max7456.cpp:4:0:
ArduCam_Max7456.h:77: error: expected class-name before '{' token
class OSD : public BetterStream {
^
ArduCam_Max7456.h:83: error: 'uint8_t' has not been declared
void setPanel(uint8_t start_col, uint8_t start_row);
^

@0n3-70uch
Copy link

Yes there is a diffrent from 1.6.5 to 1.6.6. With 1.6.5 everything works fine.

@AndKe
Copy link
Author

AndKe commented Jan 22, 2016

oh - thanks.

@0n3-70uch
Copy link

You are welcome :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants