Skip to content

Commit

Permalink
Merge pull request #457 from pdxlocations/broken-links-2
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Mar 3, 2024
2 parents 62b7d8b + 8d02479 commit 80d68fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions meshtastic/portnums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,28 @@ enum PortNum {

/*
* The built-in position messaging app.
* Payload is a [Position](/docs/developers/protobufs/api#position) message
* Payload is a Position message.
* ENCODING: Protobuf
*/
POSITION_APP = 3;

/*
* The built-in user info app.
* Payload is a [User](/docs/developers/protobufs/api#user) message
* Payload is a User message.
* ENCODING: Protobuf
*/
NODEINFO_APP = 4;

/*
* Protocol control packets for mesh protocol use.
* Payload is a [Routing](/docs/developers/protobufs/api#routing) message
* Payload is a Routing message.
* ENCODING: Protobuf
*/
ROUTING_APP = 5;

/*
* Admin control packets.
* Payload is a [AdminMessage](/docs/developers/protobufs/api#adminmessage) message
* Payload is a AdminMessage message.
* ENCODING: Protobuf
*/
ADMIN_APP = 6;
Expand All @@ -85,7 +85,7 @@ enum PortNum {

/*
* Waypoint payloads.
* Payload is a [Waypoint](/docs/developers/protobufs/api#waypoint) message
* Payload is a Waypoint message.
* ENCODING: Protobuf
*/
WAYPOINT_APP = 8;
Expand Down

0 comments on commit 80d68fb

Please sign in to comment.