mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
* More strings
* Add duty cycle error * Don't log local telemetry in the mesh log
This commit is contained in:
parent
5da522b911
commit
eedbef57fb
21 changed files with 256 additions and 195 deletions
|
|
@ -86,7 +86,7 @@ struct TelemetryConfig: View {
|
|||
|
||||
VStack {
|
||||
Form {
|
||||
Section(header: Text("Update Intervals")) {
|
||||
Section(header: Text("update.interval")) {
|
||||
Picker("Device Metrics", selection: $deviceUpdateInterval ) {
|
||||
ForEach(UpdateIntervals.allCases) { ui in
|
||||
Text(ui.description)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue