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

remove finished TODO

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