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

Code errors when Arduino automatically updates to version 2 #27

Closed
kerrsmith opened this issue Dec 2, 2016 · 1 comment
Closed

Code errors when Arduino automatically updates to version 2 #27

kerrsmith opened this issue Dec 2, 2016 · 1 comment

Comments

@kerrsmith
Copy link

When the Arduino IDE automatically updates to version 2 from version 1 it seems to be getting different code than that which is currently on the master branch on Github. For example one error shows that the following line is included in the src/si5351.h file twice:

enum si5351_pll_input{SI5351_PLL_INPUT_XO, SI5351_PLL_INPUT_CLKIN};

This looks like it is from commit ad6005a.

In the latest commit ae86200 this has been fixed.

I manually copied the files from Github and overwrote the ones the IDE downloaded and the code now works as expected.

@NT7S
Copy link
Member

NT7S commented Dec 4, 2016

Thanks, yes that was indeed a problem that I caught nearly immediately, but I had to wait for the Arduino Library Manager job to pull in the proper release, which took longer than I expected. It looks like it works now, and the faulty version of the v2 library can be removed manually from the libraries folder manually as well as the ZIP file in the .arduino15/staging/libraries folder. Sorry about the difficulty there.

@NT7S NT7S closed this as completed Dec 4, 2016
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

2 participants