From 61e2ad2a7567266c805bae6e3d10775eb2964db7 Mon Sep 17 00:00:00 2001 From: Moritz Diller Date: Mon, 22 Apr 2024 10:42:08 +0200 Subject: [PATCH] add new Mainboard hardware version of B3 build --- messages/mcu_messaging_common.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/messages/mcu_messaging_common.proto b/messages/mcu_messaging_common.proto index cd26d38..33e6b1e 100644 --- a/messages/mcu_messaging_common.proto +++ b/messages/mcu_messaging_common.proto @@ -118,6 +118,7 @@ message Hardware HW_VERSION_DIAMOND_POC1 = 20; HW_VERSION_DIAMOND_POC2 = 21; + HW_VERSION_DIAMOND_B3 = 22; } OrbVersion version = 1; }