firmware/src/modules/Telemetry
Tom Fifield e65c309af6
Fix SHT41 support (#4222)
* Add SHT41 Serial to I2c Detection Code

On the Seeed Wio-WM1110 Dev Kit board, the SHT41 chip was being
incorrectly detected as SHT31.

This patch adds the necessary serial number for the SHT41 chip to
be correctly detected.

fixes meshtastic/firmware#4221

* Add missing sensor read for SHT41
2024-07-02 07:03:51 -05:00
..
Sensor fix INA3221 sensor (#4168) 2024-06-23 15:40:13 -05:00
AirQualityTelemetry.cpp Implement replies for all telemetry types based on variant tag (#4164) 2024-06-23 07:13:59 -05:00
AirQualityTelemetry.h Implement replies for all telemetry types based on variant tag (#4164) 2024-06-23 07:13:59 -05:00
DeviceTelemetry.cpp Implement replies for all telemetry types based on variant tag (#4164) 2024-06-23 07:13:59 -05:00
DeviceTelemetry.h Device telemetry uptime in seconds (#3614) 2024-04-14 10:27:01 -05:00
EnvironmentTelemetry.cpp Fix SHT41 support (#4222) 2024-07-02 07:03:51 -05:00
EnvironmentTelemetry.h Implement replies for all telemetry types based on variant tag (#4164) 2024-06-23 07:13:59 -05:00
PowerTelemetry.cpp Display alerts (#4170) 2024-06-25 11:26:02 -05:00
PowerTelemetry.h Implement replies for all telemetry types based on variant tag (#4164) 2024-06-23 07:13:59 -05:00
UnitConversions.cpp Added (excluded) Dropzone Module for more comprehensive module example (#4098) 2024-06-14 16:27:49 -05:00
UnitConversions.h Added (excluded) Dropzone Module for more comprehensive module example (#4098) 2024-06-14 16:27:49 -05:00