We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0f1a2 commit c5b8706Copy full SHA for c5b8706
src/components/i2c/drivers/WipperSnapper_I2C_Driver.h
@@ -1399,8 +1399,8 @@ class WipperSnapper_I2C_Driver {
1399
long _ambientTempFPeriod = 0L; ///< The time period between reading the
1400
///< ambient temp. (°F) sensor's value.
1401
long _ambientTempFPeriodPrv =
1402
- PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1403
- ///< was last read.
+ PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
+ ///< was last read.
1404
long _objectTempFPeriod = 0L; ///< The time period between reading the object
1405
///< temp. (°F) sensor's value.
1406
long _objectTempFPeriodPrv =
0 commit comments