mirror of https://github.com/wb2osz/direwolf.git
New device identifier location.
This commit is contained in:
parent
7b9325ecb6
commit
091670a917
|
@ -560,7 +560,7 @@ void decode_aprs_print (decode_aprs_t *A) {
|
|||
strlcat (stemp, "\nTell the sender (", sizeof(stemp));
|
||||
strlcat (stemp, A->g_src, sizeof(stemp));
|
||||
strlcat (stemp, ") to use the proper product identifier from", sizeof(stemp));
|
||||
strlcat (stemp, " http://www.aprs.org/aprs11/tocalls.txt", sizeof(stemp));
|
||||
strlcat (stemp, " https://github.com/aprsorg/aprs-deviceid ", sizeof(stemp));
|
||||
}
|
||||
else {
|
||||
strlcat (stemp, ", ", sizeof(stemp));
|
||||
|
|
Loading…
Reference in New Issue