From 4b1ca40f5ed783f48eee4e6f962a80b9932bc3ba Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Sat, 28 Jun 2025 16:24:12 +0200 Subject: [PATCH] Add additional telemetry sensor type to support two ADS1X15 at the same time --- meshtastic/telemetry.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index deece46..51c0d48 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -716,6 +716,11 @@ enum TelemetrySensorType { * ADS1X15 ADC */ ADS1X15 = 40; + + /* + * ADS1X15 ADC_ALT + */ + ADS1X15_ALT = 41; } /*