From 378ccc70a8ca67cbe7e040ffaa4088dcecf77c13 Mon Sep 17 00:00:00 2001 From: lthiery Date: Thu, 6 Jul 2023 13:15:37 -0700 Subject: [PATCH] put gps back where it was --- src/mapper.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mapper.proto b/src/mapper.proto index 60cf5ea6..364d0a32 100644 --- a/src/mapper.proto +++ b/src/mapper.proto @@ -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; } }