From 9a7ffbecc72a11904bd4e85d086956e4e77eed6d Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sat, 28 Nov 2020 18:10:11 +0800 Subject: [PATCH] new name for position app --- portnums.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portnums.proto b/portnums.proto index 79b4a34..8e95b7d 100644 --- a/portnums.proto +++ b/portnums.proto @@ -42,7 +42,7 @@ enum PortNum { // Future standard app IDs GPIO_APP = 2; - GPS_POSITION_APP = 3; + POSITION_APP = 3; MESH_USERINFO_APP = 4; /// Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP"