mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add some text explaining sensor I2C detection
This commit is contained in:
parent
661f349e9c
commit
4759da2c37
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue