From 8811eee9f509a22c3d59764a655a633f7a1feb93 Mon Sep 17 00:00:00 2001 From: Hunter Thornsberry Date: Mon, 9 Sep 2024 16:36:17 -0400 Subject: [PATCH] Remove bluetooth debugging and reword generic debug --- src/components/PageComponents/Config/Security.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/PageComponents/Config/Security.tsx b/src/components/PageComponents/Config/Security.tsx index ccf9051a..38ae0e40 100644 --- a/src/components/PageComponents/Config/Security.tsx +++ b/src/components/PageComponents/Config/Security.tsx @@ -214,22 +214,16 @@ export const Security = (): JSX.Element => { label: "Logging Settings", description: "Settings for Logging", fields: [ - { - type: "toggle", - name: "bluetoothLoggingEnabled", - label: "Allow Bluetooth Logging", - description: "Enables device (serial style logs) over Bluetooth", - }, { type: "toggle", name: "debugLogApiEnabled", label: "Enable Debug Log API", - description: "Output live debug logging over serial", + description: "Output live debug logging over serial, view and export position-redacted device logs over Bluetooth", }, { type: "toggle", name: "serialEnabled", - label: "Serial Output Enabled", + label: "Enable Serial Output", description: "Serial Console over the Stream API", }, ],