Skip to content

Commit

Permalink
Merge pull request #569 from meshtastic/thebentern-patch-1
Browse files Browse the repository at this point in the history
Custom i2c sensor telemetry
  • Loading branch information
thebentern authored Aug 30, 2024
2 parents 7444b00 + 8c01df3 commit ad62b65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit ad62b65

Please sign in to comment.