From b2fbda8047fe51054016c64833d30eba6570ebf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Wed, 8 Oct 2014 17:39:21 +0100 Subject: [PATCH] Added a field for tablet control --- proto/RoahRsbbBeacon.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/RoahRsbbBeacon.proto b/proto/RoahRsbbBeacon.proto index 6d097e2..fe59153 100644 --- a/proto/RoahRsbbBeacon.proto +++ b/proto/RoahRsbbBeacon.proto @@ -30,6 +30,10 @@ message RoahRsbbBeacon { // The teams that should be active benchmarking repeated BenchmarkingTeam benchmarking_teams = 1; + + // True means the tablet should display the map + // False means it should display the call button + required bool display_map = 2; } message BenchmarkingTeam {