Merge pull request #642 from meshtastic/device-ui-channel

device-ui: add channel filter, add slovenian
This commit is contained in:
Ben Meadors 2024-12-31 19:11:33 -06:00 committed by GitHub
commit b1ebb963cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -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

View file

@ -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)
*/