From 0f7e5625693e4f4cfafcc9d661fa584b6e8e4352 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 17 Dec 2024 06:27:43 -0600 Subject: [PATCH] Add alert app portnum --- meshtastic/portnums.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/portnums.proto b/meshtastic/portnums.proto index 1f8cdb9..a4b55e5 100644 --- a/meshtastic/portnums.proto +++ b/meshtastic/portnums.proto @@ -105,6 +105,11 @@ enum PortNum { */ DETECTION_SENSOR_APP = 10; + /* + * Same as Text Message but used for critical alerts. + */ + ALERT_APP = 11; + /* * Provides a 'ping' service that replies to any packet it receives. * Also serves as a small example module.