From 411729dc6a357f8bab7df24d66ea93cb5ba77c0a Mon Sep 17 00:00:00 2001 From: joylink_zhangsai <1021828630@qq.com> Date: Tue, 16 Jan 2024 13:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8E=E5=89=8D=E7=AB=AF=E4=BC=A0=E9=80=92?= =?UTF-8?q?=E7=9A=84=E5=BA=94=E7=AD=94=E5=99=A8=E6=8A=A5=E6=96=87=E6=94=B9?= =?UTF-8?q?=E4=B8=BA16=E8=BF=9B=E5=88=B6=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index 0b1ac5f..4f61955 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -452,7 +452,7 @@ message MkxJState { message BaliseState { uint32 id = 1; graphicData.KilometerSystem km = 2; //当前公里标 - bytes telegram = 3; //当前报文 + string telegram = 3; //当前报文(16进制字符串) } ////////////////////////////////////////////////////////////////////////////