Add more values
This commit is contained in:
parent
e59c4d6600
commit
a63575b54c
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ public class OsmandMonitoringPlugin extends OsmandPlugin {
|
|||
|
||||
public static final int[] SECONDS = new int[] {0, 1, 2, 3, 5, 10, 15, 30, 60, 90};
|
||||
public static final int[] MINUTES = new int[] {2, 3, 5};
|
||||
public static final int[] MAX_INTERVAL_TO_SEND_MINUTES = new int[] {5, 10, 15};
|
||||
public static final int[] MAX_INTERVAL_TO_SEND_MINUTES = new int[] {1, 2, 5, 10, 15, 20, 30, 60};
|
||||
|
||||
|
||||
@Override
|
||||
|
@ -514,4 +514,4 @@ public class OsmandMonitoringPlugin extends OsmandPlugin {
|
|||
return DashTrackFragment.FRAGMENT_DATA;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue