Skip to content

Commit

Permalink
Merge pull request #635 from meshtastic/fifieldt-patch-1
Browse files Browse the repository at this point in the history
Add INA226
  • Loading branch information
thebentern authored Dec 15, 2024
2 parents 2b017ba + 0c8cdc0 commit 4a4e819
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 @@ -536,6 +536,11 @@ enum TelemetrySensorType {
* ClimateGuard RadSens, radiation, Geiger-Muller Tube
*/
RADSENS = 33;

/*
* High accuracy current and voltage
*/
INA226 = 34;

}

Expand Down

0 comments on commit 4a4e819

Please sign in to comment.