From ee401242aa333888edb9fc67cc6797716b032e4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 08:32:39 -0500 Subject: [PATCH] Update protobufs (#11536) Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com> --- protobufs | 2 +- src/mesh/generated/meshtastic/mesh.pb.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/protobufs b/protobufs index c9cb9ef6e..5b3ed3911 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit c9cb9ef6ee0dd579fbe9424e232484392637e11e +Subproject commit 5b3ed3911b5125351581a08c14110931df1aa735 diff --git a/src/mesh/generated/meshtastic/mesh.pb.h b/src/mesh/generated/meshtastic/mesh.pb.h index 733014359..1e4235dd1 100644 --- a/src/mesh/generated/meshtastic/mesh.pb.h +++ b/src/mesh/generated/meshtastic/mesh.pb.h @@ -414,6 +414,10 @@ typedef enum _meshtastic_FirmwareEdition { meshtastic_FirmwareEdition_HAMVENTION = 19, /* FAB, the international Fab Lab digital fabrication conference */ meshtastic_FirmwareEdition_FAB = 20, + /* Dragon Con, the yearly pop culture convention in Atlanta, GA */ + meshtastic_FirmwareEdition_DRAGON_CON = 21, + /* Chaos Communication Congress, the hacker conference held yearly in Germany */ + meshtastic_FirmwareEdition_CCC = 22, /* Placeholder for DIY and unofficial events */ meshtastic_FirmwareEdition_DIY_EDITION = 127 } meshtastic_FirmwareEdition;