remove S from genPSKS256 on line 329

Found [here](https://meshtastic.discourse.group/t/ch-add-admin-not-working-on-1-2-36/3432) on the forum.
This commit is contained in:
Foster Irwin
2021-05-29 14:55:09 -06:00
committed by GitHub
parent ef05162169
commit 1242b090b9

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