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;