Skip to content

Commit 91c9148

Browse files
committed
1.1.13
removed hardcoded hoplimits
1 parent 6afec09 commit 91c9148

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
buildscript {
1010

1111

12-
ext.PLUGIN_VERSION = "1.1.2"
13-
ext.ATAK_VERSION = "5.4.0"
12+
ext.PLUGIN_VERSION = "1.1.3"
13+
ext.ATAK_VERSION = "4.10.0"
1414

1515
def takdevVersion = '2.+'
1616

app/src/main/java/com/atakmap/android/meshtastic/MeshtasticMapComponent.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
package com.atakmap.android.meshtastic;
33

44
import static android.content.Context.NOTIFICATION_SERVICE;
5+
import static com.atakmap.android.maps.MapView._mapView;
56
import static com.atakmap.android.maps.MapView.getMapView;
67

78
import android.app.NotificationChannel;
@@ -805,6 +806,8 @@ public void onCreate(final Context context, Intent intent, MapView view) {
805806
cotService.setCotEventListener(mr);
806807
cotService.connect(this);
807808

809+
_mapView.getSelfMarker().getTrackHeading();
810+
808811
mServiceIntent = new Intent();
809812
mServiceIntent.setClassName(PACKAGE_NAME, CLASS_NAME);
810813

0 commit comments

Comments
 (0)