mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
change sensor metrics label to environement metrics
This commit is contained in:
parent
1d736941c1
commit
8e8123354a
2 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ struct TelemetryConfig: View {
|
|||
.foregroundColor(.gray)
|
||||
.font(.callout)
|
||||
.listRowSeparator(.visible)
|
||||
Picker("Sensor Metrics", selection: $environmentUpdateInterval ) {
|
||||
Picker("Environment Metrics", selection: $environmentUpdateInterval ) {
|
||||
ForEach(UpdateIntervals.allCases) { ui in
|
||||
if ui.rawValue >= 900 {
|
||||
Text(ui.description)
|
||||
|
|
@ -55,7 +55,7 @@ struct TelemetryConfig: View {
|
|||
}
|
||||
.pickerStyle(DefaultPickerStyle())
|
||||
.listRowSeparator(.hidden)
|
||||
Text("How often sensor metrics are sent out over the mesh. Default is 30 minutes.")
|
||||
Text("How often environment metrics are sent out over the mesh. Default is 30 minutes.")
|
||||
.foregroundColor(.gray)
|
||||
.font(.callout)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue