From 2e1b89579138f8feff682ea2abf7a25be2a1ad8a Mon Sep 17 00:00:00 2001 From: mc-hamster Date: Sat, 4 Jun 2022 01:47:29 +0000 Subject: [PATCH] [create-pull-request] automated change --- protobufs | 2 +- src/mesh/generated/portnums.pb.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/protobufs b/protobufs index 62141e9d..33b3ab5f 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit 62141e9d6889b3c088eca125e658b15b9d438beb +Subproject commit 33b3ab5fde6b6ef158e3b111bf240d1d59c152ef diff --git a/src/mesh/generated/portnums.pb.h b/src/mesh/generated/portnums.pb.h index b4fd3738..cc8466f8 100644 --- a/src/mesh/generated/portnums.pb.h +++ b/src/mesh/generated/portnums.pb.h @@ -48,6 +48,8 @@ typedef enum _PortNum { PortNum_ADMIN_APP = 6, /* Compressed TEXT_MESSAGE payloads. */ PortNum_TEXT_MESSAGE_COMPRESSED_APP = 7, + /* Waypoint payloads. */ + PortNum_WAYPOINT_APP = 8, /* Provides a 'ping' service that replies to any packet it receives. Also serves as a small example module. */ PortNum_REPLY_APP = 32,