diff --git a/protobufs b/protobufs index 0328a5269..dabfdfb90 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit 0328a5269f8368f1eaa617d0e39f886d03d44c76 +Subproject commit dabfdfb90c62bd862536157431083f99c8fde003 diff --git a/src/mesh/generated/portnums.pb.h b/src/mesh/generated/portnums.pb.h index b65ac86f0..3c68e9bb0 100644 --- a/src/mesh/generated/portnums.pb.h +++ b/src/mesh/generated/portnums.pb.h @@ -74,6 +74,11 @@ typedef enum _PortNum { Maintained by Github user a-f-G-U-C (a Meshtastic contributor) Project files at https://github.com/a-f-G-U-C/Meshtastic-ZPS */ PortNum_ZPS_APP = 68, + /* Used to let multiple instances of Linux native applications communicate + as if they did using their LoRa chip. + Maintained by GitHub user GUVWAF. + Project files at https://github.com/GUVWAF/Meshtasticator */ + PortNum_SIMULATOR_APP = 69, /* Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP" in your code without needing to rebuild protobuf files (via [regen-protos.sh](https://github.com/meshtastic/Meshtastic-device/blob/master/bin/regen-protos.sh)) */