mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Set PSK for each channel
This commit is contained in:
parent
96aa9a60a6
commit
03d4dd2d2b
1 changed files with 1 additions and 0 deletions
|
|
@ -837,6 +837,7 @@ func channelPacket (channel: Channel, fromNum: Int64, meshLogging: Bool, context
|
|||
newChannel.downlinkEnabled = channel.settings.downlinkEnabled
|
||||
newChannel.name = channel.settings.name
|
||||
newChannel.role = Int32(channel.role.rawValue)
|
||||
newChannel.psk = channel.settings.psk
|
||||
|
||||
let mutableChannels = fetchedMyInfo[0].channels!.mutableCopy() as! NSMutableOrderedSet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue