Merge branch 'dev' into smb060

This commit is contained in:
Milos Kozak 2017-12-25 17:01:53 +01:00
commit b0bf9b5c79

View file

@ -366,6 +366,8 @@ public class IobCobCalculatorPlugin implements PluginBase {
// check if data already exists
long bgTime = bucketed_data.get(i).date;
bgTime = roundUpTime(bgTime);
if (bgTime > System.currentTimeMillis())
continue;
Profile profile = MainApp.getConfigBuilder().getProfile(bgTime);
AutosensData existing;