-
Notifications
You must be signed in to change notification settings - Fork 792
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
not compile in arduino ide #1945
Comments
Good afternoon, |
This issue is stale because it has been open for 90 days with no activity. |
Comment line 325 & 326 out. It seems arduino IDE no longer popular also in version 1.7.0...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good afternoon. I'm trying to compile it in Arduino according to the instructions. but I get an error
"Compilation error: declaration of template parameter 'T' shadows template parameter"
on this line 326 : "void Config_update(JsonObject& data, const char* key, T& var);"
The text was updated successfully, but these errors were encountered: