Skip to content

Commit

Permalink
Added a field for tablet control
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocgreis committed Oct 8, 2014
1 parent 20d962c commit b2fbda8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/RoahRsbbBeacon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b2fbda8

Please sign in to comment.