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; +}