Add additional telemetry sensor type to support two ADS1X15 at the same time

This commit is contained in:
oscgonfer 2025-06-28 16:24:12 +02:00
parent f6448be777
commit 4b1ca40f5e

View file

@ -716,6 +716,11 @@ enum TelemetrySensorType {
* ADS1X15 ADC
*/
ADS1X15 = 40;
/*
* ADS1X15 ADC_ALT
*/
ADS1X15_ALT = 41;
}
/*