Skip to content

Commit

Permalink
Merge pull request #390 from meshtastic/mqtt-comment
Browse files Browse the repository at this point in the history
Notes about public mqtt traffic
  • Loading branch information
thebentern authored Sep 26, 2023
2 parents 60f1f15 + 10db8bc commit fb28d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshtastic/portnums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ enum PortNum {

/*
* Same as Text Message but originating from Detection Sensor Module.
* NOTE: This portnum traffic is not sent to the public MQTT starting at firmware version 2.2.9
*/
DETECTION_SENSOR_APP = 10;

Expand Down Expand Up @@ -137,6 +138,7 @@ enum PortNum {
/*
* Optional port for messages for the range test module.
* ENCODING: ASCII Plaintext
* NOTE: This portnum traffic is not sent to the public MQTT starting at firmware version 2.2.9
*/
RANGE_TEST_APP = 66;

Expand Down

0 comments on commit fb28d59

Please sign in to comment.