From a32eda9abfdbcf84d9734e1ef20ca43e28f3baaf Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 25 Jan 2020 06:36:06 -0800 Subject: [PATCH] ununeeded packet type --- app/src/main/proto/mesh.proto | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/src/main/proto/mesh.proto b/app/src/main/proto/mesh.proto index 82d52e2d1..310fdc13e 100644 --- a/app/src/main/proto/mesh.proto +++ b/app/src/main/proto/mesh.proto @@ -74,11 +74,6 @@ message Data { bytes payload = 2; // required } - -message Text { - string text = 1; -} - // Sent from the phone over bluetooth to set the user id for the owner of this node. // Also sent from nodes to each other when a new node signs on (so all clients can have this info) message User {