From b772c713945a33aea94e6cff03880328e7c35589 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 3 Apr 2025 19:32:17 -0500 Subject: [PATCH] Reserved fried chicken HWMODEL --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 9023294..bcae1de 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -699,6 +699,11 @@ enum HardwareModel { */ HELTEC_SENSOR_HUB = 92; + /* + * Reserved Fried Chicken ID for future use + */ + RESERVED_FRIED_CHICKEN = 93; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.