kopia lustrzana https://github.com/meshtastic/protobufs
Add additional telemetry sensor type to support two ADS1X15 at the same time
rodzic
f6448be777
commit
4b1ca40f5e
|
@ -716,6 +716,11 @@ enum TelemetrySensorType {
|
||||||
* ADS1X15 ADC
|
* ADS1X15 ADC
|
||||||
*/
|
*/
|
||||||
ADS1X15 = 40;
|
ADS1X15 = 40;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* ADS1X15 ADC_ALT
|
||||||
|
*/
|
||||||
|
ADS1X15_ALT = 41;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue