From 6d2e6704b882728c906f9c71dae8cbb008d0af7d Mon Sep 17 00:00:00 2001 From: Adam McQuilkin <46639306+ajmcquilkin@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:54:41 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 7991ebf..48acc14 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1444,7 +1444,7 @@ message ToRadio { /* * Heartbeat message (used to keep the device connection awake on serial) */ - Heartbeat hearbeat = 7; + Heartbeat heartbeat = 7; } }