Make reclock function aware of screen-set I2C speeds

This commit is contained in:
oscgonfer
2026-06-14 14:48:40 +02:00
parent 1a1f906b7a
commit 0200d45241
12 changed files with 280 additions and 265 deletions
@@ -17,6 +17,7 @@ class SCD4XSensor : public TelemetrySensor
SensirionI2cScd4x scd4x;
TwoWire *_bus{};
uint8_t _address{};
ScanI2C::I2CPort _port = ScanI2C::I2CPort::NO_I2C;
bool performFRC(uint32_t targetCO2);
bool setASCBaseline(uint32_t targetCO2);