mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add AlertApp portnum to text message handling
This commit is contained in:
parent
43884e241b
commit
d372cea4da
1 changed files with 2 additions and 1 deletions
|
|
@ -757,7 +757,8 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
|
|||
}
|
||||
// Log any other unknownApp calls
|
||||
if !nowKnown { MeshLogger.log("🕸️ MESH PACKET received for Unknown App UNHANDLED \((try? decodedInfo.packet.jsonString()) ?? "JSON Decode Failure")") }
|
||||
case .textMessageApp, .detectionSensorApp:
|
||||
case .textMessageApp, .detectionSensorApp, .alertApp:
|
||||
// TODO: Critical alert for alertApp payloads
|
||||
textMessageAppPacket(
|
||||
packet: decodedInfo.packet,
|
||||
wantRangeTestPackets: wantRangeTestPackets,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue