From 5ccebed9d356c0eeeb12f73389c3d470562c3e79 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Tue, 2 Apr 2019 10:46:03 +0200 Subject: [PATCH] protobuf: add display rotation to ApplySettings (#304) --- protob/messages-management.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/messages-management.proto b/protob/messages-management.proto index edf78f29b..1e6d6d2ac 100644 --- a/protob/messages-management.proto +++ b/protob/messages-management.proto @@ -80,6 +80,7 @@ message ApplySettings { optional bytes homescreen = 4; optional PassphraseSourceType passphrase_source = 5; optional uint32 auto_lock_delay_ms = 6; + optional uint32 display_rotation = 7; // in degrees from North /** * Structure representing passphrase source */