mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #623 from meshtastic/device-ui-update
device-ui update: store calibration data, added enum Norwegian language translation
This commit is contained in:
commit
52688fdccb
2 changed files with 11 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
*DeviceUIConfig.screen_brightness int_size:8
|
||||
*DeviceUIConfig.screen_timeout int_size:16
|
||||
*DeviceUIConfig.ring_tone_id int_size:8
|
||||
*DeviceUIConfig.calibration_data max_size:16
|
||||
*NodeFilter.node_name max_size:16
|
||||
*NodeFilter.hops_away int_size:8
|
||||
*NodeHighlight.node_name max_size:16
|
||||
|
|
|
|||
|
|
@ -61,6 +61,11 @@ message DeviceUIConfig {
|
|||
* Node list highlightening
|
||||
*/
|
||||
NodeHighlight node_highlight = 13;
|
||||
|
||||
/*
|
||||
* 8 integers for screen calibration data
|
||||
*/
|
||||
bytes calibration_data = 14;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -215,6 +220,11 @@ enum Language {
|
|||
GREEK = 13;
|
||||
|
||||
/*
|
||||
* Norwegian
|
||||
*/
|
||||
NORWEGIAN = 14;
|
||||
|
||||
/*
|
||||
* Simplified Chinese (experimental)
|
||||
*/
|
||||
SIMPLIFIED_CHINESE = 30;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue