Skip to content

Commit

Permalink
put gps back where it was
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Jul 6, 2023
1 parent b1ee547 commit 378ccc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/mapper.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ message mapper_msg_v1 {

message mapper_payload {
oneof message {
mapper_scan scan = 1;
mapper_attach attach = 2;
mapper_beacon beacon = 3;
mapper_gps gps = 1;
mapper_scan scan = 2;
mapper_attach attach = 3;
mapper_beacon beacon = 4;
}
}

Expand Down

0 comments on commit 378ccc7

Please sign in to comment.