We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5913b commit 8ae31f6Copy full SHA for 8ae31f6
examples/Templates/Templates.ino
@@ -42,7 +42,7 @@ static void setUptimeInMinutes(unsigned t) {
42
uptimeInMinutes = t;
43
// Update caching header with a new value as well
44
if (uptimeHandler) {
45
- uptimeHandler->setLastModified(static_cast<time_t>(t * 60));
+ uptimeHandler->setLastModified();
46
}
47
48
0 commit comments