mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Stupid index
This commit is contained in:
parent
a7a1c734ab
commit
699e870206
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ struct Channels: View {
|
|||
Button {
|
||||
let key = generateChannelKey(size: 32)
|
||||
channelName = ""
|
||||
channelIndex = Int32((node!.myInfo!.channels!.array.count) - 1)
|
||||
channelIndex = Int32(node!.myInfo!.channels!.array.count)
|
||||
channelRole = 2
|
||||
channelKey = key
|
||||
uplink = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue