Skip to content

Commit

Permalink
Custom i2c sensor telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Aug 30, 2024
1 parent 7444b00 commit 2d5ffbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,16 @@ enum TelemetrySensorType {
* MAX17048 1S lipo battery sensor (voltage, state of charge, time to go)
*/
MAX17048 = 28;

/*
* MAX17048 1S lipo battery sensor (voltage, state of charge, time to go)
*/
MAX17048 = 28;

Check failure on line 465 in meshtastic/telemetry.proto

View workflow job for this annotation

GitHub Actions / build

enum meshtastic.TelemetrySensorType: values MAX17048 and MAX17048 both have the same numeric value 28; use allow_alias option if intentional

/*
* Custom I2C sensor implementation based on https://github.com/meshtastic/i2c-sensor
*/
CUSTOM_SENSOR = 29;
}

/*
Expand Down

0 comments on commit 2d5ffbb

Please sign in to comment.