From 507af7a516dad2eb70fe93c3a209a649d7c37da9 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 2 Feb 2023 12:13:23 -0600 Subject: [PATCH] Fix --- meshtastic/connection_status.proto | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meshtastic/connection_status.proto b/meshtastic/connection_status.proto index 007e00b..5203310 100644 --- a/meshtastic/connection_status.proto +++ b/meshtastic/connection_status.proto @@ -9,8 +9,6 @@ option go_package = "github.com/meshtastic/go/generated"; option csharp_namespace = "Meshtastic.Protobufs"; option swift_prefix = ""; -import "meshtastic/module_config.proto"; - message DeviceConnectionStatus { /* * WiFi Status @@ -102,9 +100,9 @@ message BluetoothConnectionStatus { */ message SerialConnectionStatus { /* - * The pairing pin for bluetooth + * The serial baud rate */ - Serial_Baud baud = 1; + uint32 baud = 1; /* * Whether the device has an active connection or not