From 397af9851954bccb5e5001c45df9f672e6d60beb Mon Sep 17 00:00:00 2001 From: hdngr <1875033+hdngr@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:26:17 -0800 Subject: [PATCH] add CanaryOne to HardwareModel --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 488b3bd6..8f50b3ce 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -334,6 +334,11 @@ enum HardwareModel { */ SENSELORA_S3 = 28; + /* + * Canary Radio Company - CanaryOne: https://canaryradio.io/products/canaryone + */ + CANARYONE = 29; + /* * --------------------------------------------------------------------------- * Less common/prototype boards listed here (needs one more byte over the air)