Merge pull request #382 from meshtastic/detection-sensor-portnum

Add DETECTION_SENSOR_APP portnum
pull/384/head v2.2.2
Ben Meadors 2023-08-18 08:08:37 -05:00 zatwierdzone przez GitHub
commit d3dd7cfbe3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -99,6 +99,11 @@ enum PortNum {
*/
AUDIO_APP = 9;
/*
* Same as Text Message but originating from Detection Sensor Module.
*/
DETECTION_SENSOR_APP = 10;
/*
* Provides a 'ping' service that replies to any packet it receives.
* Also serves as a small example module.
@ -189,4 +194,4 @@ enum PortNum {
* Currently we limit port nums to no higher than this value
*/
MAX = 511;
}
}