removed unsupported(?) readAltitude

This commit is contained in:
recrof
2025-07-02 16:50:47 +02:00
parent 3832836eb2
commit 539f99a90f

View File

@@ -181,7 +181,6 @@ bool EnvironmentSensorManager::querySensors(uint8_t requester_permissions, Cayen
if (LPS22HB_initialized) {
telemetry.addTemperature(TELEM_CHANNEL_SELF, BARO.readTemperature());
telemetry.addBarometricPressure(TELEM_CHANNEL_SELF, BARO.readPressure());
telemetry.addAltitude(TELEM_CHANNEL_SELF, BARO.readAltitude());
}
#endif