Merge pull request #97 from jfirwin/patch-1

remove S from genPSKS256 on line 329
This commit is contained in:
Kevin Hester
2021-05-30 10:10:16 +08:00
committed by GitHub

View File

@@ -326,7 +326,7 @@ def onConnected(interface):
if not ch:
raise Exception("No free channels were found")
chs = channel_pb2.ChannelSettings()
chs.psk = genPSKS256()
chs.psk = genPSK256()
chs.name = args.ch_add
ch.settings.CopyFrom(chs)
ch.role = channel_pb2.Channel.Role.SECONDARY