pull/304/head
Ben Meadors 2023-02-02 12:13:23 -06:00
rodzic 9750628b43
commit 507af7a516
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -9,8 +9,6 @@ option go_package = "github.com/meshtastic/go/generated";
option csharp_namespace = "Meshtastic.Protobufs"; option csharp_namespace = "Meshtastic.Protobufs";
option swift_prefix = ""; option swift_prefix = "";
import "meshtastic/module_config.proto";
message DeviceConnectionStatus { message DeviceConnectionStatus {
/* /*
* WiFi Status * WiFi Status
@ -102,9 +100,9 @@ message BluetoothConnectionStatus {
*/ */
message SerialConnectionStatus { 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 * Whether the device has an active connection or not