Add some text explaining sensor I2C detection

This commit is contained in:
Garth Vander Houwen 2022-08-01 07:25:39 -07:00
parent 661f349e9c
commit 4759da2c37
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@ func TelemetryToCsvFile(telemetry: [TelemetryEntity], metricsType: Int) -> Strin
}
} else {
// Create Environment Telemetry Header
csvString = "Temperature, Relative Humidity, Barometric Pressure, Gas Resistance, Voltage, Current"

View file

@ -152,7 +152,7 @@ struct TelemetryConfig: View {
Section(header: Text("Sensor Options")) {
Text("")
Text("I2C Connected sensors will be detected automatically. Supported sensors are BMP280, BME280, BME680, MCP9808, INA219 and INA260.")
.font(.caption)
Toggle(isOn: $environmentMeasurementEnabled) {