bring back port 77 accidentally removed

This commit is contained in:
Thomas Göttgens 2025-06-26 15:12:24 +02:00 committed by GitHub
parent 386fa53c15
commit efd4d5c553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,6 +217,13 @@ enum PortNum {
*/
RETICULUM_TUNNEL_APP = 76;
/*
* App for transporting Cayenne Low Power Payload, popular for LoRaWAN sensor nodes. Offers ability to send
* arbitrary telemetry over meshtastic that is not covered by telemetry.proto
* ENCODING: CayenneLLP
*/
CAYENNE_APP = 77;
/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"