* More strings

* Add duty cycle error
* Don't log local telemetry in the mesh log
This commit is contained in:
Garth Vander Houwen 2022-12-13 17:47:23 -08:00
parent 5da522b911
commit eedbef57fb
21 changed files with 256 additions and 195 deletions

View file

@ -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)