Add v1.4.0 changes to legacy #9

Merged
Jack1424 merged 12 commits from main into legacy 2024-07-23 18:10:08 -04:00
6 changed files with 116 additions and 66 deletions
Showing only changes of commit 549541c74a - Show all commits

View File

@@ -310,13 +310,4 @@ public class ConfigManager {
weatherLongitude = value;
rtw.debug("Longitude set to " + value);
}
public void setUpdateCheckInterval(long value) {
updateCheckInterval = value;
rtw.debug("updateCheckInterval set to " + value);
}
public long getUpdateCheckInterval() {
return updateCheckInterval;
}
}