mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add additional telemetry sensor type to support two ADS1X15 at the same time
This commit is contained in:
parent
f6448be777
commit
4b1ca40f5e
1 changed files with 5 additions and 0 deletions
|
|
@ -716,6 +716,11 @@ enum TelemetrySensorType {
|
|||
* ADS1X15 ADC
|
||||
*/
|
||||
ADS1X15 = 40;
|
||||
|
||||
/*
|
||||
* ADS1X15 ADC_ALT
|
||||
*/
|
||||
ADS1X15_ALT = 41;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue