Skip to content
Snippets Groups Projects
Commit 75a83055 authored by Volker Richert's avatar Volker Richert
Browse files

remove finished TODO

parent 88eee660
Branches
Tags
No related merge requests found
...@@ -818,7 +818,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc ...@@ -818,7 +818,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
nextPoll += MainActivity.pollInterval; nextPoll += MainActivity.pollInterval;
} else { } else {
// if pump battery seems to be empty reduce polling to save battery (every 15 min) // if pump battery seems to be empty reduce polling to save battery (every 15 min)
//TODO configurable???
//TODO add message & document it //TODO add message & document it
nextPoll += MainActivity.lowBatteryPollInterval; nextPoll += MainActivity.lowBatteryPollInterval;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment