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

no matching function for call #1

Open
rdmorin opened this issue Jul 2, 2019 · 1 comment
Open

no matching function for call #1

rdmorin opened this issue Jul 2, 2019 · 1 comment

Comments

@rdmorin
Copy link

rdmorin commented Jul 2, 2019

I'm trying to compile the example code for particle photon in the Particle web IDE and the desktop IDE. In both I get the compilation error:

no matching function for call to 'Sunrise::Sunrise(double, double)'

Is this a known issue?

@TheCranston
Copy link

TheCranston commented Sep 3, 2020

I see the same thing. It would appear that the current commit define this as 'Sunrise::Sunrise(double, double, double)' with the last one being 'tz'

The true answer here is that the library in the WebIDE is out of date with the GitHub version. The latest in GitHub will require you to download the particle desktop IDE and import the current version of the repository locally. That's the path I'm taking.

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