Add PCT2075 sensor

This is a temperature sensor
pull/687/head
Michael Cullen 2025-05-17 11:58:19 +02:00
rodzic 4eb0aebaef
commit 985d81f3fc
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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