mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add MAX17261 lipo battery gauge
This commit is contained in:
parent
078ac8dfbe
commit
ecdc0a5392
1 changed files with 5 additions and 0 deletions
|
|
@ -575,6 +575,11 @@ enum TelemetrySensorType {
|
|||
* RAKWireless RAK12035 Soil Moisture Sensor Module
|
||||
*/
|
||||
RAK12035 = 37;
|
||||
|
||||
/*
|
||||
* MAX17261 lipo battery gauge
|
||||
*/
|
||||
MAX17261 = 38;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue