mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 03:47:55 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user