Skip to content

Commit

Permalink
Merge pull request #382 from meshtastic/detection-sensor-portnum
Browse files Browse the repository at this point in the history
Add DETECTION_SENSOR_APP portnum
  • Loading branch information
thebentern authored Aug 18, 2023
2 parents dc28ae3 + 4f543ad commit d3dd7cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshtastic/portnums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -189,4 +194,4 @@ enum PortNum {
* Currently we limit port nums to no higher than this value
*/
MAX = 511;
}
}

0 comments on commit d3dd7cf

Please sign in to comment.