Skip to content

Connection drops after 2 hours #341

Answered by mobizt
emrekursun1 asked this question in Q&A
Discussion options

You must be logged in to vote

You should follow the example and read all comments in examples.

void loop()
{
// Firebase.ready() should be called repeatedly to handle authentication tasks.
if (Firebase.ready() && (millis() - sendDataPrevMillis > 15000 || sendDataPrevMillis == 0))

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mobizt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants