Merge pull request #569 from meshtastic/thebentern-patch-1

Custom i2c sensor telemetry
This commit is contained in:
Ben Meadors 2024-08-30 07:38:33 -05:00 committed by GitHub
commit ad62b651f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -458,6 +458,11 @@ enum TelemetrySensorType {
* MAX17048 1S lipo battery sensor (voltage, state of charge, time to go)
*/
MAX17048 = 28;
/*
* Custom I2C sensor implementation based on https://github.com/meshtastic/i2c-sensor
*/
CUSTOM_SENSOR = 29;
}
/*