Skip to content

Commit

Permalink
feat(CarSettings): hide FleetTelemetry Checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Oct 24, 2024
1 parent 1dbe4aa commit 622e510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeslaSolarCharger/Client/Pages/CarSettings.razor
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ else
For="() => carBasicConfiguration.UseBleForWakeUp"
OnValueChanged="StateHasChanged"/>
<GenericInput For="() => carBasicConfiguration.BleApiBaseUrl" />
<GenericInput For="() => carBasicConfiguration.UseFleetTelemetry" />
@* <GenericInput For="() => carBasicConfiguration.UseFleetTelemetry" /> *@
</EditFormComponent>
<hr />
<h3>BLE Pairing and test</h3>
Expand Down

0 comments on commit 622e510

Please sign in to comment.