diff --git a/Meshtastic/Accessory/Accessory Manager/AccessoryManager+ToRadio.swift b/Meshtastic/Accessory/Accessory Manager/AccessoryManager+ToRadio.swift index 731a2ac1..7261e97e 100644 --- a/Meshtastic/Accessory/Accessory Manager/AccessoryManager+ToRadio.swift +++ b/Meshtastic/Accessory/Accessory Manager/AccessoryManager+ToRadio.swift @@ -516,7 +516,7 @@ extension AccessoryManager { let logString = String.localizedStringWithFormat("Sent a Channel for: %@ Channel Index %d".localized, String(deviceNum), chan.index) try await send(toRadio, debugDescription: logString) - channelPacket(channel: chan, fromNum: self.activeDeviceNum ?? 0, context: context) + await MeshPackets.shared.channelPacket(channel: chan, fromNum: self.activeDeviceNum ?? 0) } if !addChannels { // Save the LoRa Config and the device will reboot