From 98929a163afdcfe3db0331016b2485a348fbbec2 Mon Sep 17 00:00:00 2001 From: Balazs Kelemen <10376327+prampec@users.noreply.github.com> Date: Mon, 21 Feb 2022 23:39:30 +0100 Subject: [PATCH] Canned message - Fixes --- mesh.proto | 2 +- portnums.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index 8508e78..a1eab8a 100644 --- a/mesh.proto +++ b/mesh.proto @@ -530,7 +530,7 @@ message Data { * Defaults to false. If true, then what is in the payload should be treated as an emoji like giving * a message a heart or poop emoji. */ - uint32 group_id = 9; + uint32 group_id = 9; } /* diff --git a/portnums.proto b/portnums.proto index 70509f1..fc1f223 100644 --- a/portnums.proto +++ b/portnums.proto @@ -96,7 +96,7 @@ enum PortNum { */ GROUP_APP = 34; - /* + /* * Provides a hardware serial interface to send and receive from the Meshtastic network. * Connect to the RX/TX pins of a device with 38400 8N1. Packets received from the Meshtastic * network is forwarded to the RX pin while sending a packet to TX will go out to the Mesh network.