Add alert app portnum

pull/636/head
Ben Meadors 2024-12-17 06:27:43 -06:00
rodzic 4a4e81951d
commit 0f7e562569
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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