mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
Remove POWER from pbeacon string
This commit is contained in:
parent
57a6db5df2
commit
1730ef27da
|
|
@ -71,7 +71,7 @@ IGLOGIN {callsign} {password}
|
||||||
elif(len(comment) == 0):
|
elif(len(comment) == 0):
|
||||||
comment = "\"\""
|
comment = "\"\""
|
||||||
|
|
||||||
pbeacon = "PBEACON sendto=IG delay=0:30 every=60:00 symbol={symbol} lat={lat} long={lon} POWER=0 {height} {gain} {adir} comment={comment}".format(
|
pbeacon = "PBEACON sendto=IG delay=0:30 every=60:00 symbol={symbol} lat={lat} long={lon} {height} {gain} {adir} comment={comment}".format(
|
||||||
symbol=symbol, lat=lat, lon=lon, height=height, gain=gain, adir=adir, comment=comment )
|
symbol=symbol, lat=lat, lon=lon, height=height, gain=gain, adir=adir, comment=comment )
|
||||||
|
|
||||||
logger.info("APRS PBEACON String: " + pbeacon)
|
logger.info("APRS PBEACON String: " + pbeacon)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue