mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -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
df4b0de362
commit
105c13088f
3
map65.py
3
map65.py
@ -1873,7 +1873,8 @@ Audio.gcom2.ndepth=ndepth.get()
|
|||||||
Audio.ftn_init()
|
Audio.ftn_init()
|
||||||
GenStdMsgs()
|
GenStdMsgs()
|
||||||
Audio.gcom4.addpfx=(options.addpfx.get().lstrip()+' ')[:8]
|
Audio.gcom4.addpfx=(options.addpfx.get().lstrip()+' ')[:8]
|
||||||
stopmon()
|
# stopmon()
|
||||||
|
monitor()
|
||||||
first=1
|
first=1
|
||||||
if g.Win32: root.iconbitmap("wsjt.ico")
|
if g.Win32: root.iconbitmap("wsjt.ico")
|
||||||
root.title(' MAP65 by K1JT')
|
root.title(' MAP65 by K1JT')
|
||||||
|
@ -24,7 +24,8 @@ subroutine map65a
|
|||||||
include 'gcom2.f90'
|
include 'gcom2.f90'
|
||||||
save
|
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.eq.0) newdat2=1 !###
|
||||||
if(newdat2.gt.0) nid=1
|
if(newdat2.gt.0) nid=1
|
||||||
|
Loading…
Reference in New Issue
Block a user