Remove POWER from pbeacon string

This commit is contained in:
Ed Sandor 2020-12-30 12:21:07 -07:00
parent 57a6db5df2
commit 1730ef27da
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ IGLOGIN {callsign} {password}
elif(len(comment) == 0):
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 )
logger.info("APRS PBEACON String: " + pbeacon)