Add MAX17261 lipo battery gauge

This commit is contained in:
Alexander Begoon 2025-05-10 00:35:39 +02:00
parent 078ac8dfbe
commit ecdc0a5392
No known key found for this signature in database
GPG key ID: 9F7D401F3E061FF5

View file

@ -575,6 +575,11 @@ enum TelemetrySensorType {
* RAKWireless RAK12035 Soil Moisture Sensor Module
*/
RAK12035 = 37;
/*
* MAX17261 lipo battery gauge
*/
MAX17261 = 38;
}
/*