Skip to content

Commit e84f07f

Browse files
BruceVonKMichelle Sintov
authored andcommitted
syncing proto (#124)
Syncing proto to get up to date with changes in victor, including behavior control levels
1 parent d2521ed commit e84f07f

5 files changed

Lines changed: 254 additions & 238 deletions

File tree

anki_vector/messaging/external_interface.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ enum ProtocolVersion {
3434
option allow_alias = true;
3535
PROTOCOL_VERSION_UNKNOWN = 0; // Required zero value for enums
3636
PROTOCOL_VERSION_MINIMUM = 0; // Minimum supported version
37-
PROTOCOL_VERSION_CURRENT = 3; // Current version
37+
PROTOCOL_VERSION_CURRENT = 4; // Current version (incremented post-1.4.1 on 2/22/19 by msintov)
3838
}
3939

4040
// The grpc-defined connection between the SDK and Anki's Vector robot.

0 commit comments

Comments
 (0)