From 16c05e31a970070b91f408ec483a2570fdd05728 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 7 Feb 2024 16:44:15 -0600 Subject: [PATCH] bool --- meshtastic/atak.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index 7c525f4..5b07e82 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -15,7 +15,7 @@ message TAKPacket /* * Are the payloads strings compressed for LoRA transport? */ - boolean is_compressed = 1; + bool is_compressed = 1; /* * The contact / callsign for ATAK user */