Merge pull request #635 from meshtastic/fifieldt-patch-1

Add INA226
This commit is contained in:
Ben Meadors 2024-12-14 19:20:50 -06:00 committed by GitHub
commit 4a4e81951d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -536,6 +536,11 @@ enum TelemetrySensorType {
* ClimateGuard RadSens, radiation, Geiger-Muller Tube
*/
RADSENS = 33;
/*
* High accuracy current and voltage
*/
INA226 = 34;
}