Skip to content

Commit 4b1ca40

Browse files
committed
Add additional telemetry sensor type to support two ADS1X15 at the same time
1 parent f6448be commit 4b1ca40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meshtastic/telemetry.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,11 @@ enum TelemetrySensorType {
716716
* ADS1X15 ADC
717717
*/
718718
ADS1X15 = 40;
719+
720+
/*
721+
* ADS1X15 ADC_ALT
722+
*/
723+
ADS1X15_ALT = 41;
719724
}
720725

721726
/*

0 commit comments

Comments
 (0)