File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
codec2talkie/src/main/java/com/radio/codec2talkie/protocol Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 88
99import androidx .preference .PreferenceManager ;
1010
11+ import com .radio .codec2talkie .BuildConfig ;
1112import com .radio .codec2talkie .R ;
1213import com .radio .codec2talkie .protocol .aprs .AprsCallsign ;
1314import com .radio .codec2talkie .protocol .aprs .tools .AprsIsData ;
@@ -273,7 +274,7 @@ public void run() {
273274 }
274275
275276 private String getLoginCommand () {
276- String cmd = "user " + _callsign + "-" + _ssid + " pass " + _passcode + " vers " + "C2T 1.56" ;
277+ String cmd = "user " + _callsign + "-" + _ssid + " pass " + _passcode + " vers " + "C2T " + BuildConfig . VERSION_NAME ;
277278 if (_filterRadius > 0 ) {
278279 cmd += " filter m/" + _filterRadius ;
279280 }
You can’t perform that action at this time.
0 commit comments