We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2d066 commit e9c239eCopy full SHA for e9c239e
src/umain.pas
@@ -899,9 +899,10 @@ procedure TFMain.TMainTimer(Sender: TObject);
899
GetAutoBin(i, Data);
900
901
// handle aprs messages. APRS Messages can only be at the Monitoring Channel.
902
- GetAPRSMessage(Data);
+ if i = 0 then
903
+ GetAPRSMessage(Data);
904
- if (Length(Data) > 0) then
905
+ if Length(Data) > 0 then
906
AddTextToMemo(i, Data);
907
end;
908
0 commit comments