Merge pull request #390 from meshtastic/mqtt-comment

Notes about public mqtt traffic
This commit is contained in:
Ben Meadors 2023-09-26 11:07:37 -05:00 committed by GitHub
commit fb28d59352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
@ -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;