Skip to content

Commit fb28d59

Browse files
authored
Merge pull request #390 from meshtastic/mqtt-comment
Notes about public mqtt traffic
2 parents 60f1f15 + 10db8bc commit fb28d59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meshtastic/portnums.proto

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ enum PortNum {
101101

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

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

0 commit comments

Comments
 (0)