mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #636 from meshtastic/alert_port
Add alert app portnum
This commit is contained in:
commit
2cffaf53e3
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue