pull/1/head
SP9SKP 2021-03-04 12:43:54 +01:00
rodzic 15ede76eaa
commit fc681f21b8
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -861,14 +861,19 @@ static void Parms(void)
}
else if (h[1U]=='t') osi_NextArg(sondeaprs_commentfn, 1025ul);
else if (h[1U]=='m' || h[1U]=='r') {
osi_NextArg(h, 1024ul);
}
else if (h[1U]=='w') {
osi_NextArg(h, 1024ul);
}
else if (h[1U]=='b') {
osi_NextArg(h, 1024ul);
}
else if (h[1U]=='B') {
osi_NextArg(h, 1024ul);
}
else if (h[1U]=='A') {
osi_NextArg(h, 1024ul);
}
else if (h[1U]=='I') {
osi_NextArg(mycall, 100ul);