From 5b56125628389d947bf3678c3fc04f8a061fb1c2 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 8 Jan 2023 18:36:35 -0800 Subject: [PATCH] Channel editor updates --- Meshtastic/Helpers/BLEManager.swift | 1 - Meshtastic/Helpers/MeshPackets.swift | 6 +++++- Meshtastic/Views/Settings/Channels.swift | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Meshtastic/Helpers/BLEManager.swift b/Meshtastic/Helpers/BLEManager.swift index c25dffe7..d51723b0 100644 --- a/Meshtastic/Helpers/BLEManager.swift +++ b/Meshtastic/Helpers/BLEManager.swift @@ -978,7 +978,6 @@ class BLEManager: NSObject, CBPeripheralDelegate, ObservableObject { meshPacket.from = 0 //UInt32(fromUser.num) meshPacket.id = UInt32.random(in: UInt32(UInt8.max)..