Merge branch 'master' of github.com:meshtastic/Meshtastic-protobufs

This commit is contained in:
Sacha Weatherstone 2022-08-06 16:00:20 +10:00
commit 27323ef017
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -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)
@ -394,7 +394,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;
}
/*