We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386fa53 commit efd4d5cCopy full SHA for efd4d5c
meshtastic/portnums.proto
@@ -217,6 +217,13 @@ enum PortNum {
217
*/
218
RETICULUM_TUNNEL_APP = 76;
219
220
+ /*
221
+ * App for transporting Cayenne Low Power Payload, popular for LoRaWAN sensor nodes. Offers ability to send
222
+ * arbitrary telemetry over meshtastic that is not covered by telemetry.proto
223
+ * ENCODING: CayenneLLP
224
+ */
225
+ CAYENNE_APP = 77;
226
+
227
/*
228
* Private applications should use portnums >= 256.
229
* To simplify initial development and testing you can use "PRIVATE_APP"
0 commit comments