New device identifier location.

This commit is contained in:
wb2osz 2023-10-28 01:00:50 +01:00
parent 7b9325ecb6
commit 091670a917
1 changed files with 1 additions and 1 deletions

View File

@ -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));