-
Notifications
You must be signed in to change notification settings - Fork 5
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
logInterval() can't be set higher than 4294 seconds #55
Comments
Merged
Test with |
Not functionnal, with 12 and 24 hours. Sometimes the board go to sleep with white led and ap on |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
estimate: 3d
background
https://electronics.stackexchange.com/questions/306374/extend-esp8266-12-f-deep-sleep-time
for instance we logged once every hour or shorter, now we head a client that want's one log per hour. So I put 86400 seconds as logInterval but the card reboots every ~10 minutes..
I think our problem is related to this :
https://www.esp8266.com/viewtopic.php?f=32&t=7867
and also to this merge :
esp8266/Arduino#4234
The text was updated successfully, but these errors were encountered: