Skip to content

Commit ecdc0a5

Browse files
committed
Add MAX17261 lipo battery gauge
1 parent 078ac8d commit ecdc0a5

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
@@ -575,6 +575,11 @@ enum TelemetrySensorType {
575575
* RAKWireless RAK12035 Soil Moisture Sensor Module
576576
*/
577577
RAK12035 = 37;
578+
579+
/*
580+
* MAX17261 lipo battery gauge
581+
*/
582+
MAX17261 = 38;
578583
}
579584

580585
/*

0 commit comments

Comments
 (0)