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

SetTime and ReadTest crashes ESP8266 #11

Open
marcolombardi-rm opened this issue Jan 24, 2018 · 2 comments
Open

SetTime and ReadTest crashes ESP8266 #11

marcolombardi-rm opened this issue Jan 24, 2018 · 2 comments

Comments

@marcolombardi-rm
Copy link

if I move #include DS1307RTC.h to top, it works propely.

@takoikatakotako
Copy link

takoikatakotako commented Mar 14, 2018

@marcolombardi-rm
Thank you!!

It worked if I move #include DS1307RTC.h to top with ESP32

@a-x-
Copy link

a-x- commented May 27, 2019

I does not work for me

#include <DS1307RTC.h>
// ... my decls
#include <Time.h>
// code
/Users/mxtnr/Documents/Arduino/libraries/DS1307RTC/DS1307RTC.h:19:22: error: 'tmElements_t' has not been declared
     static bool read(tmElements_t &tm);

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