From a58260423af0681982654548c2e6cef07b9f90d8 Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 15 Feb 2026 00:03:58 +0300 Subject: [PATCH] proto lite --- protobufs_extra/node_info_lite_proto.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/protobufs_extra/node_info_lite_proto.py b/protobufs_extra/node_info_lite_proto.py index 0d36d85..3a51196 100644 --- a/protobufs_extra/node_info_lite_proto.py +++ b/protobufs_extra/node_info_lite_proto.py @@ -26,7 +26,11 @@ POSITION_LITE_SCHEME = [ ] NODE_INFO_LITE_SCHEME = [ - ("uint32", "num", 1), + ("string", "num", 1), + ("string", "long_name", 2), + ("string", "short_name", 3), + #2 long_name 2 + #3 short_name 3 #(USER_LITE_SCHEME, "user", 2), #(POSITION_LITE_SCHEME, "position", 3), ("float", "snr", 4), @@ -34,7 +38,7 @@ NODE_INFO_LITE_SCHEME = [ (DEVICE_METRICS_SCHEME, "device_metrics", 6), ("uint32", "channel", 7), ("bool", "via_mqtt", 8), - ("scalar", "hops_away", 9, "uint32"), + ("scalar", "hops_away", 9, "uint32"),#верняк ("bool", "is_favorite", 10), ("bool", "is_ignored", 11), ("uint32", "next_hop", 12),