Search found 14 matches

by neurino
Mon Sep 03, 2018 4:15 pm
Forum: ESP8266 boards
Topic: Maximum possible machine.Timer period
Replies: 17
Views: 13185

Re: Maximum possible machine.Timer period

Hello, I'm new to the forum, thanks for such a beautiful development platform! What is the maximum period I can set for a Timer? I set it carelessly to 6 hours — 1000 * 60 * 60 * 6 == 21600000 — and from server access logs it's seems it's not being called at all. Here the code: period = 21600000 ti...
by neurino
Thu Aug 30, 2018 10:54 am
Forum: ESP8266 boards
Topic: Maximum possible machine.Timer period
Replies: 17
Views: 13185

Re: Maximum possible machine.Timer period

Bump!

So no one's interested in a working Timer on spans bigger than 1 minute? :)
by neurino
Wed Aug 08, 2018 8:22 am
Forum: ESP8266 boards
Topic: Maximum possible machine.Timer period
Replies: 17
Views: 13185

Maximum possible machine.Timer period

Hello, I'm new to the forum, thanks for such a beautiful development platform! What is the maximum period I can set for a Timer? I set it carelessly to 6 hours — 1000 * 60 * 60 * 6 == 21600000 — and from server access logs it's seems it's not being called at all. Here the code: period = 21600000 tim...