mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add a setting to change compass behaviour on display (#185)
* Update config.proto * used Wrong settings section
This commit is contained in:
parent
cb2fb77bd8
commit
64a13b768b
1 changed files with 7 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ message Config {
|
|||
* window.
|
||||
*/
|
||||
uint32 gps_attempt_time = 7;
|
||||
|
||||
|
||||
/*
|
||||
* Bit field of boolean configuration options for POSITION messages
|
||||
* (bitwise OR of PositionFlags)
|
||||
|
|
@ -381,7 +381,12 @@ message Config {
|
|||
* Potentially useful for devices without user buttons.
|
||||
*/
|
||||
uint32 auto_screen_carousel_secs = 3;
|
||||
|
||||
|
||||
/*
|
||||
* If this is set, the displayed compass will always point north. if unset, the old behaviour
|
||||
* (top of display is heading direction) is used.
|
||||
*/
|
||||
bool compass_north_top = 4;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue