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

pull/188/head
Sacha Weatherstone 2022-08-06 16:00:20 +10:00
commit 27323ef017
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7AB2D7E206124B31
1 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -395,6 +395,11 @@ message Config {
*/
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;
}
/*