diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 6d7798f..da5a0f4 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -724,6 +724,21 @@ enum HardwareModel { */ CROWPANEL = 97; + /* + * "Lilygo" LINK32 board with sensors + */ + LINK_32 = 98; + + /* + * Seeed Tracker L1 + */ + SEEED_TRACKER_L1 = 99; + + /* + * Seeed Tracker L1 EINK driver + */ + SEEED_TRACKER_L1_EINK = 100; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.