Skip to content

Commit

Permalink
Merge pull request #636 from meshtastic/alert_port
Browse files Browse the repository at this point in the history
Add alert app portnum
  • Loading branch information
thebentern authored Dec 17, 2024
2 parents 4a4e819 + 0f7e562 commit 2cffaf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/portnums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2cffaf5

Please sign in to comment.