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 0a0927d commit 7e6e75cCopy full SHA for 7e6e75c
src/components/i2c/drivers/WipperSnapper_I2C_Driver.h
@@ -1414,8 +1414,8 @@ class WipperSnapper_I2C_Driver {
1414
long _ambientTempFPeriod = 0L; ///< The time period between reading the
1415
///< ambient temp. (°F) sensor's value.
1416
long _ambientTempFPeriodPrv =
1417
- PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1418
- ///< was last read.
+ PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
+ ///< was last read.
1419
long _objectTempFPeriod = 0L; ///< The time period between reading the object
1420
///< temp. (°F) sensor's value.
1421
long _objectTempFPeriodPrv =
0 commit comments