Merge pull request #682 from BegoonLab/add_max17261_lipo_battery_gauge

Add MAX17261 lipo battery gauge
This commit is contained in:
Ben Meadors 2025-05-14 06:50:31 -05:00 committed by GitHub
commit 3b57a9ca8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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