Skip to content

Commit 47f4112

Browse files
authored
feat: redesign sensors screen and enhance I2C autoscan reliability (#3326)
1 parent c51e458 commit 47f4112

2 files changed

Lines changed: 324 additions & 123 deletions

File tree

lib/l10n/app_en.arb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,5 +741,17 @@
741741
"temp" : "Temp",
742742
"error" : "Error",
743743
"loading" : "Loading...",
744-
"unknown" : "Unknown"
744+
"unknown" : "Unknown",
745+
"sensorDescADS1115": "Precision 16-Bit Analog-to-Digital Converter",
746+
"sensorDescAPDS9960": "RGB Color, Light & Gesture Sensor",
747+
"sensorDescBMP180": "Barometric Pressure & Temperature",
748+
"sensorDescCCS811": "eCO2 & TVOC Indoor Air Quality",
749+
"sensorDescHMC5883L": "3-Axis Digital Magnetometer Compass",
750+
"sensorDescMLX90614": "Non-Contact Infrared Temperature",
751+
"sensorDescMPU6050": "6-Axis Accelerometer & Gyroscope",
752+
"sensorDescMPU925X": "9-Axis Motion Tracking (Accel/Gyro/Mag)",
753+
"sensorDescSHT21": "Digital Humidity & Temperature",
754+
"sensorDescTSL2561": "Wide-Range Ambient Light (Lux)",
755+
"sensorDescVL53L0X": "Time-of-Flight (ToF) Laser Distance",
756+
"mightNotConnected" : "might not be connected."
745757
}

0 commit comments

Comments
 (0)