We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using this library under Arduino-IDE 1.6.11 gives a compile error:
_InternalClockSync:28: error: 'time_t time' redeclared as different kind of symbol
time_t time;
^_
The text was updated successfully, but these errors were encountered:
Same issue here. I want to use it for the ESP32.
Sorry, something went wrong.
Just remove that variable. It is not used. Should probably send a PR.
No branches or pull requests
using this library under Arduino-IDE 1.6.11 gives a compile error:
_InternalClockSync:28: error: 'time_t time' redeclared as different kind of symbol
time_t time;
The text was updated successfully, but these errors were encountered: