Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions meshtastic/portnums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@ enum PortNum {
*/
CAYENNE_APP = 77;

/*
* App for hydris protobuf, open source tactical sensor awareness,
* "home assistant for the outdoors"
* ENCODING: hydris protobuf
*/
HYDRIS_APP = 78;

/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"
Expand Down