From 64a13b768bba7a579bc990830be845ef42c04692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 6 Aug 2022 07:52:04 +0200 Subject: [PATCH] Add a setting to change compass behaviour on display (#185) * Update config.proto * used Wrong settings section --- config.proto | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.proto b/config.proto index 3a4f5d7..33647e4 100644 --- a/config.proto +++ b/config.proto @@ -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; } /*