From a650d05aab7cc02801b4b4bbac7bdde6e9898459 Mon Sep 17 00:00:00 2001 From: S5NC <145265251+S5NC@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:30:25 +0100 Subject: [PATCH] Update mesh.proto --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index ade29d8..c6d28ce 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -510,6 +510,11 @@ enum HardwareModel { */ TD_LORAC = 60; + /* + * CDEBYTE EoRa-S3 board using their own MM modules, clone of LILYGO T3S3 + */ + CDEBYTE_EORA_S3 = 61; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.