mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 18:12:12 -05:00
Start with "Monitoring" on.
Fixed the "lost packets" message. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@401 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1abe8be1b1
commit
3dcb6f13b1
3
map65.py
3
map65.py
@ -1873,7 +1873,8 @@ Audio.gcom2.ndepth=ndepth.get()
|
||||
Audio.ftn_init()
|
||||
GenStdMsgs()
|
||||
Audio.gcom4.addpfx=(options.addpfx.get().lstrip()+' ')[:8]
|
||||
stopmon()
|
||||
# stopmon()
|
||||
monitor()
|
||||
first=1
|
||||
if g.Win32: root.iconbitmap("wsjt.ico")
|
||||
root.title(' MAP65 by K1JT')
|
||||
|
@ -24,7 +24,8 @@ subroutine map65a
|
||||
include 'gcom2.f90'
|
||||
save
|
||||
|
||||
print*,'nlost:',nlost
|
||||
if(nlost.ne.0) write(*,1001) nutc,nlost
|
||||
1001 format('UTC:',i5.4,' Lost packets:',i6)
|
||||
|
||||
if(newdat2.eq.0) newdat2=1 !###
|
||||
if(newdat2.gt.0) nid=1
|
||||
|
Loading…
Reference in New Issue
Block a user