Add PCT2075 sensor (#687)

This is a temperature sensor
This commit is contained in:
Michael Cullen 2025-05-17 17:27:03 +02:00 committed by GitHub
parent 490d0123b5
commit 475694e62b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -637,6 +637,11 @@ enum TelemetrySensorType {
* MAX17261 lipo battery gauge
*/
MAX17261 = 38;
/*
* PCT2075 Temperature Sensor
*/
PCT2075 = 39;
}
/*