mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 10:06:03 +00:00
[core] Default PollingComponent() to 1ms when codegen is bypassed (#15831)
This commit is contained in:
@@ -593,7 +593,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