mirror of
https://github.com/meshtastic/web.git
synced 2026-04-21 22:40:01 -04:00
WIP config update
This commit is contained in:
@@ -61,13 +61,7 @@ export const Telemetry = (): JSX.Element => {
|
||||
});
|
||||
|
||||
return (
|
||||
<Form
|
||||
title="Telemetry Config"
|
||||
breadcrumbs={["Module Config", "Telemetry"]}
|
||||
reset={() => reset(moduleConfig.telemetry)}
|
||||
dirty={isDirty}
|
||||
onSubmit={onSubmit}
|
||||
>
|
||||
<Form onSubmit={onSubmit}>
|
||||
<Controller
|
||||
name="environmentMeasurementEnabled"
|
||||
control={control}
|
||||
|
||||
Reference in New Issue
Block a user