mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add alert app portnum
This commit is contained in:
parent
4a4e81951d
commit
0f7e562569
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