Skip to content

Commit 2cffaf5

Browse files
authored
Merge pull request #636 from meshtastic/alert_port
Add alert app portnum
2 parents 4a4e819 + 0f7e562 commit 2cffaf5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

meshtastic/portnums.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ enum PortNum {
105105
*/
106106
DETECTION_SENSOR_APP = 10;
107107

108+
/*
109+
* Same as Text Message but used for critical alerts.
110+
*/
111+
ALERT_APP = 11;
112+
108113
/*
109114
* Provides a 'ping' service that replies to any packet it receives.
110115
* Also serves as a small example module.

0 commit comments

Comments
 (0)