From 1dd7aa935fe17fd7c2dd743e418d3ca6b813fe53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:47:35 -0500 Subject: [PATCH] [create-pull-request] automated change (#1738) Co-authored-by: thebentern --- protobufs | 2 +- src/mesh/generated/portnums.pb.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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)) */