We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d776a09 commit bc16b56Copy full SHA for bc16b56
libraries/ESP8266WiFiMesh/src/ExpiringTimeTracker.h
@@ -61,7 +61,7 @@ class ExpiringTimeTracker : private esp8266::polledTimeout::oneShotMs {
61
* Get the time since the ExpiringTimeTracker instance creation or the last reset(), whichever is more recent.
62
*/
63
uint32_t elapsedTime() const;
64
- bool expired() const;
+ bool expired();
65
void reset();
66
void reset(const uint32_t newDuration);
67
void reset(const calculatorType newDurationCalculator);
0 commit comments