From ad3cc2d295cbbc2d674d48d975ee6c3b3949cc74 Mon Sep 17 00:00:00 2001 From: Alexander Smyslov <37107500+alexander-smyslov@users.noreply.github.com> Date: Fri, 31 May 2024 12:24:41 +0200 Subject: [PATCH] Update telemetry.proto add support AHT10 --- meshtastic/telemetry.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 052a5a9..87e7755 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -344,4 +344,9 @@ enum TelemetrySensorType { * AMS TSL25911FN RGB Light Sensor */ TSL25911FN = 22; -} \ No newline at end of file + + /* + * AHT10 Integrated temperature and humidity sensor + */ + AHT10 = 23; +}