From fe59011ba51c11638a28d24e532d3906b46f5cac Mon Sep 17 00:00:00 2001 From: mverch67 Date: Wed, 1 Jan 2025 01:28:44 +0100 Subject: [PATCH] device-ui: add channel filter, add slovenian --- meshtastic/device_ui.options | 1 + meshtastic/device_ui.proto | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/meshtastic/device_ui.options b/meshtastic/device_ui.options index 55edcaeb..56b684be 100644 --- a/meshtastic/device_ui.options +++ b/meshtastic/device_ui.options @@ -4,4 +4,5 @@ *DeviceUIConfig.calibration_data max_size:16 *NodeFilter.node_name max_size:16 *NodeFilter.hops_away int_size:8 +*NodeFilter.channel int_size:8 *NodeHighlight.node_name max_size:16 diff --git a/meshtastic/device_ui.proto b/meshtastic/device_ui.proto index b586fed9..b704e47c 100644 --- a/meshtastic/device_ui.proto +++ b/meshtastic/device_ui.proto @@ -100,6 +100,11 @@ message NodeFilter { */ string node_name = 6; + /* + * Filter based on channel + */ + int32 channel = 7; + } message NodeHighlight { @@ -224,6 +229,11 @@ enum Language { */ NORWEGIAN = 14; + /* + * Slovenian + */ + SLOVENIAN = 15; + /* * Simplified Chinese (experimental) */