mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 00:38:28 +02:00
Make retry scheduler efficient (#3225)
This commit is contained in:
@@ -61,7 +61,7 @@ extern const uint32_t STATUS_LED_OK;
|
||||
extern const uint32_t STATUS_LED_WARNING;
|
||||
extern const uint32_t STATUS_LED_ERROR;
|
||||
|
||||
enum RetryResult { DONE, RETRY };
|
||||
enum class RetryResult { DONE, RETRY };
|
||||
|
||||
class Component {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user