mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 15:28:53 +00:00
[core] Default PollingComponent() to 1ms when codegen is bypassed (#15831)
This commit is contained in:
@@ -601,7 +601,7 @@ class Component {
|
||||
*/
|
||||
class PollingComponent : public Component {
|
||||
public:
|
||||
PollingComponent() : PollingComponent(0) {}
|
||||
PollingComponent() : PollingComponent(1) {}
|
||||
|
||||
/** Initialize this polling component with the given update interval in ms.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user