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 be615d4 commit e9cfaaaCopy full SHA for e9cfaaa
src/utils/alpdata.cpp
@@ -38,7 +38,7 @@ void AlpData::update(SSD1306DisplayDevice *display) {
38
if (!f || f.size() < ALP_DATA_MIN_FILE_SIZE ) {
39
lastModified = "";
40
} else if (lastWrite > TimeUtils::PAST_TIME &&
41
- time(nullptr) - lastWrite > 4 * 24 * 60 * 60) {
+ time(nullptr) - lastWrite < 4 * 24 * 60 * 60) {
42
log_d("File still current %s",
43
TimeUtils::dateTimeToString(lastWrite).c_str());
44
log_d("Now: %s",
0 commit comments