mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-04 11:48:30 +00:00
Pull request 259 - Identify '{{' as user defined experimental.
This commit is contained in:
parent
fde5bf6816
commit
1484350465
@ -331,6 +331,9 @@ void decode_aprs (decode_aprs_t *A, packet_t pp, int quiet)
|
||||
else if (strncmp((char*)pinfo, "{mc", 3) == 0) {
|
||||
aprs_morse_code (A, (char*)pinfo, info_len);
|
||||
}
|
||||
else if (strncmp((char*)pinfo, "{{", 2) == 0) {
|
||||
snprintf (A->g_msg_type, sizeof(A->g_msg_type), "User-Defined Experimental");
|
||||
}
|
||||
else {
|
||||
//aprs_user_defined (A, pinfo, info_len);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user