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
Showing only changes of commit 549541c74a - Show all commits
@@ -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;
}
}