store calibration, Norwegian language

This commit is contained in:
mverch67 2024-11-18 00:01:47 +01:00
parent af2fea10fe
commit 6de64e1198
2 changed files with 11 additions and 0 deletions

View file

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

View file

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