Open
Description
The alert app was recently added to the firmware. It is treated like text messages and is given higher priority.
meshtastic_PortNum_ALERT_APP = 11,
The rust lib should add a way to check if a packet is an alert app packet and can send alert app packets.
Will be useful for my SAME Alerter project.