Merge pull request #636 from meshtastic/alert_port

Add alert app portnum
This commit is contained in:
Ben Meadors 2024-12-17 06:28:21 -06:00 committed by GitHub
commit 2cffaf53e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.