mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +00:00
Alert app messages should be treated as text (#5878)
This commit is contained in:
@@ -64,7 +64,8 @@ class MeshService
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return p->decoded.portnum == meshtastic_PortNum_TEXT_MESSAGE_APP ||
|
return p->decoded.portnum == meshtastic_PortNum_TEXT_MESSAGE_APP ||
|
||||||
p->decoded.portnum == meshtastic_PortNum_DETECTION_SENSOR_APP;
|
p->decoded.portnum == meshtastic_PortNum_DETECTION_SENSOR_APP ||
|
||||||
|
p->decoded.portnum == meshtastic_PortNum_ALERT_APP;
|
||||||
}
|
}
|
||||||
/// Called when some new packets have arrived from one of the radios
|
/// Called when some new packets have arrived from one of the radios
|
||||||
Observable<uint32_t> fromNumChanged;
|
Observable<uint32_t> fromNumChanged;
|
||||||
|
|||||||
Reference in New Issue
Block a user