diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 6ca8db30..d4e80a8b 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -458,6 +458,11 @@ enum TelemetrySensorType { * MAX17048 1S lipo battery sensor (voltage, state of charge, time to go) */ MAX17048 = 28; + + /* + * Custom I2C sensor implementation based on https://github.com/meshtastic/i2c-sensor + */ + CUSTOM_SENSOR = 29; } /*