mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #382 from meshtastic/detection-sensor-portnum
Add DETECTION_SENSOR_APP portnum
This commit is contained in:
commit
d3dd7cfbe3
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue