Browse Source

Remove bluetooth debugging and reword generic debug

pull/293/head
Hunter Thornsberry 2 years ago
parent
commit
8811eee9f5
  1. 10
      src/components/PageComponents/Config/Security.tsx

10
src/components/PageComponents/Config/Security.tsx

@ -214,22 +214,16 @@ export const Security = (): JSX.Element => {
label: "Logging Settings", label: "Logging Settings",
description: "Settings for Logging", description: "Settings for Logging",
fields: [ fields: [
{
type: "toggle",
name: "bluetoothLoggingEnabled",
label: "Allow Bluetooth Logging",
description: "Enables device (serial style logs) over Bluetooth",
},
{ {
type: "toggle", type: "toggle",
name: "debugLogApiEnabled", name: "debugLogApiEnabled",
label: "Enable Debug Log API", 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", type: "toggle",
name: "serialEnabled", name: "serialEnabled",
label: "Serial Output Enabled", label: "Enable Serial Output",
description: "Serial Console over the Stream API", description: "Serial Console over the Stream API",
}, },
], ],

Loading…
Cancel
Save