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 {