From 10db8bc43ea5cfbf22e3b7d47b0e4f45327569d4 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 26 Sep 2023 06:33:37 -0500 Subject: [PATCH] Notes about public mqtt traffic --- meshtastic/portnums.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meshtastic/portnums.proto b/meshtastic/portnums.proto index 3332a60b..598de937 100644 --- a/meshtastic/portnums.proto +++ b/meshtastic/portnums.proto @@ -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;