Skip to content

Commit efd4d5c

Browse files
authored
bring back port 77 accidentally removed
1 parent 386fa53 commit efd4d5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

meshtastic/portnums.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,13 @@ enum PortNum {
217217
*/
218218
RETICULUM_TUNNEL_APP = 76;
219219

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+
220227
/*
221228
* Private applications should use portnums >= 256.
222229
* To simplify initial development and testing you can use "PRIVATE_APP"

0 commit comments

Comments
 (0)