From 8427b23016dc96fc78885f05de5172e9eec5fe6d Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 28 Apr 2020 09:19:19 -0700 Subject: [PATCH] fix name for Opaque data to be more clear --- mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index 5057572..72d926f 100644 --- a/mesh.proto +++ b/mesh.proto @@ -80,8 +80,8 @@ message Data { enum Type { /// A message sent from a device outside of the mesh, in a form the mesh /// does not understand - SIGNAL_OPAQUE = 0; // NOTE: This must be 0, because it is documented in - // IMeshService.aidl to be so + OPAQUE = 0; // NOTE: This must be 0, because it is documented in + // IMeshService.aidl to be so /// a simple UTF-8 text message, which even the little micros in the mesh /// can understand and show on their screen eventually in some circumstances