mirror of
https://github.com/meshtastic/python.git
synced 2026-01-05 06:17:55 -05:00
Merge pull request #97 from jfirwin/patch-1
remove S from genPSKS256 on line 329
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